clintonwoo / hackernews-react-graphql

Hacker News clone rewritten with universal JavaScript, using React and GraphQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm ERR! missing script: dev

muthyalaDivyaVenkatesh opened this issue · comments

i have checked the package.json but i am unable to dev script in it

i used npm start it is working but i am wondered why in description it is mentioned to run npm run dev insted of npm start

i also used npm run start and its working fine.

Yes, npm start is the new way to run the app for development. npm run start:prod is the command for running it in production.

I just updated the README. Thanks