Hacker News new | ask | show | jobs
by petropolisful 3456 days ago
$ yarn start

yarn start v0.18.1

$ react-scripts start

sh: react-scripts: command not found

...The demo site looks cool, though :)

1 comments

To get the react-scripts command, you'll need to globally install the react-scripts package with:

npm install -g react-scripts