The final assessment project for Udacity's Redux course, developed by React Training.
-
Clone the repository:
git clone git@github.com:sergdenisov/reactnd-project-readable.git
-
Install and start the API server:
cd api-server
npm install
node server
- In another terminal window install and start the app:
cd frontend
npm install
npm start
To see the project, open http://localhost:3000
in your browser.
This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.