Project #2 done for Udacity React Nanodegree.
This is the Readable project for the final assessment project for Udacity's Redux course.
This repository reactnd-project-readable-starter includes the code for the backend API Server that you'll need to use to interact with the front-end portion of the project.
- install all project dependencies with
npm i
- start the development server with
npm start