Forked from Udacity's reactnd-project-readable-starter
To get started:
- Install and start the API server
cd api-server
npm install
node server
- In another terminal window, use Create React App to scaffold out the front-end
cd frontend
npm start
Forked from Udacity's reactnd-project-readable-starter
To get started:
cd api-server
npm install
node server
cd frontend
npm start