Readable Project

This is a final project for the Udacity's React & Redux course.

TL;DR

To run this project right away:

  • install all project dependencies with npm install
  • start the development server with npm start

Install and start the API server:

  • cd api-server
  • npm install
  • node server