Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 414 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 414 Bytes

Readable Project

Completed Project for Udacity's React Fundamentals course. Project has been completed to Udacity rubric specifications (https://review.udacity.com/#!/rubrics/1017/view).

To Launch Application in a Local Environment:

  • start api server by running node server in api-server directory

  • install all project dependencies with npm install

  • start the development application with npm start