Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.25 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.25 KB

Readable React Nanodegree Project

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.

How to run

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

Front-End

This project was bootstrapped with Create React App.

Libraries

These are the main libraries used in this project:

API Server

Information about the API server and how to use it can be found in its README file.

Roadmap

  • Deploy live demo in Heroku