Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 714 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 714 Bytes

React redux todo app

Source code for React redux todo app YouTube tutorial. Includes

  • Finished source code
  • Starter code
  • An API

Running the finished code

Clone the repo and run the following:

  • cd final
  • npm install
  • npm start

NOTE: The API must be running in order for the finished code to work as intended. Seee "Running the API" below

Running the starter code

The starter code is located in its own folder. To get it:

  • cd starter
  • npm install
  • npm start

Running the API

The API is a dead basic node.js/express server. Clone the repo and run the following:

  • cd api
  • npm install
  • npm run server
  • check its running by going to browser/postman
localhost:7000/todos