https://github.com/jerichofs/todo-list-redux
Simple example of a classic application Todo List using React.js + Redux + Webpack + Babel
https://github.com/jerichofs/todo-list-redux
react-example-app reactjs redux
Last synced: 2 months ago
JSON representation
Simple example of a classic application Todo List using React.js + Redux + Webpack + Babel
- Host: GitHub
- URL: https://github.com/jerichofs/todo-list-redux
- Owner: jerichofs
- Created: 2018-03-17T20:43:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T12:03:46.000Z (about 8 years ago)
- Last Synced: 2025-01-07T00:39:59.320Z (over 1 year ago)
- Topics: react-example-app, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
This is a simple example of a classic application Todo List, which is based on React.js + Redux + Webpack + Babel.
The app is also using React Hot Loader for convenient development and illustrating it's purpose.

## Installation and Run
The first step involves installing required libraries.
* Run the following command:
```npm install```
* To run the app
```npm run dev_hot```
After that go to your browser and in the address bar type in the following: ```localhost:8080```