Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 330 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 330 Bytes

Redux project created for the Udacity's redux course.

Run the API in another console

Run the project located in the /api-server folder at the root of the repository.

npm install

To install the project dependencies.

npm start

Open http://localhost:3000 to view it in the browser.