This is the second project for the Udacity NanoDegree, focusing on Redux usage.
Getting started does require that you first install and run the local backend server provided for the course. Please see that project's readme for details on how to utilize that software.
Once you have the local backend server running, running my application is a simple two-step process:
npm install
npm start
This project was bootstrapped with Create React App.