Final project for the 2nd module of Udacity React Nanodegree. This project uses the server provided by Udacity found in (https://github.com/udacity/reactnd-project-readable-starter).
- From api-server folder install server dependencies with
npm install
and runnode server
- From frontend folder install project dependencies with
npm install
and runnpm start
Information about the API server and how to use it can be found in its README file.