/readable

Primary LanguageJavaScript

Readable Project

This project was bootstrapped using the create-react-app script.

Backend server

The backend server is on node and provided by Udacity here - api-server. Information about the API server and how to use it can be found in its README file.

  • Install and start the API server
    • cd api-server
    • npm install
    • node server

How to run the application

To get started first run the backend server right away:

  • install all project dependencies with npm install
  • start the development server with npm start