Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 783 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 783 Bytes

The final assessment project for Udacity's Redux course, developed by React Training.

How to start

  • 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.

Create-react-app

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.