This is a project from Udacity React Nanodegree course.
- View contents and comments
- Post content to predefined categories, comment
- Vote on posts and comments
- Edit posts and comments
- Delete posts and comments
- Clone this project
- Install and start the API server
cd api-server
npm install
node server
- In another terminal window, install and start the pre-scaffolded Create React App project
cd frontend
npm install
npm start