Source code for React redux todo app YouTube tutorial. Includes
- Finished source code
- Starter code
- An API
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
The starter code is located in its own folder. To get it:
- cd starter
- npm install
- npm start
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