This is a Reddit like web app built with React and Redux where users are able to add, remove, edit, vote and order posts and comments.
To get started first you need to start the API server, then the react app.
- Install and start the API server
cd api-server
npm install
node server
- In another terminal window, run the front-end application
cd frontend
npm install
npm start
This project was bootstrapped with Create React App.
These are the main libraries used in this project:
Information about the API server and how to use it can be found in its README file.
- Deploy live demo in Heroku