#react-redux-todo A very basic Todo app written with React / Redux that I created for a coding challenge.
- React.js
- Redux.js
You will need Node.js installed and running in your local environment. You will also need https://github.com/jaspervalero/todo-api-server which serves as the backend for this app.
- Clone repo -
git clone https://github.com/jaspervalero/react-redux-todo.git
- Install dependencies -
npm install
(1st time only) - Launch app -
npm run start
- Access via
http://localhost:8080/