Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 473 Bytes

File metadata and controls

14 lines (10 loc) · 473 Bytes

Readable

This is the final assessment project for Udacity's React and Redux course.

  • move to backend server folder with cd api-server
  • to install and start the API server, run the following commands in this directory:

npm install node server

  • move to react application folder with cd frontend (or cd ../frontend, if you are in api server folder)
  • install all project dependencies with npm install
  • start the development server with npm start