Anonymous posts aggregation, rating, and discussion. (Like Hacker News or Reddit.)
This project was made as a part of the React Developer Udacity Nanodegree.
- npm
- Node
- Create React App
- Git
- VSCode (Visual Studio Code)
$ cd api-server/
$ npm install
$ cd /api-server
$ node start
(running) -- http://localhost:3001
Information about the API server
$ cd web/
$ npm run start
(running) -- http://localhost:3000
Then open http://localhost:3000/ to see your app.