Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 731 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 731 Bytes

Readable Project for Udacity NanoDegree.

This is the second project for the Udacity NanoDegree, focusing on Redux usage.

Get Started

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.