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(orcd ../frontend, if you are in api server folder) - install all project dependencies with
npm install - start the development server with
npm start