[Instructors Only] React-Redux Project Example

This repository contains an example of a completed project that meets the requirements for the React-Redux Project Guidelines:

You can use this as a baseline for reviewing students' code.

Install the dependencies:

$ npm install

Run the server:

$ npm run server

View the project in the browser

$ npm start

This project does not include code for any of the bonus deliverables, and only has the minimum code required to complete the user stories.