npm i
npm run update-schema
npm run build
npm start
(default host is4040
);
Development
npm start
(starts the node server)npm run watch
(watches for client-side changes)
SCHEMA
Whenever you make a change to the schema, please stop the server and run:
npm run update-schema
NOTES
- it's a bit slow because i'm fetching ALL of the top stories (like everything)
- I need to update the react dependencies