https://github.com/chanran/reacttodolists
react+redux+react-router todoLists
https://github.com/chanran/reacttodolists
react react-router redux todolist
Last synced: 2 months ago
JSON representation
react+redux+react-router todoLists
- Host: GitHub
- URL: https://github.com/chanran/reacttodolists
- Owner: Chanran
- License: mit
- Created: 2017-01-13T14:24:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T07:41:18.000Z (about 9 years ago)
- Last Synced: 2025-05-29T05:41:25.071Z (about 1 year ago)
- Topics: react, react-router, redux, todolist
- Language: JavaScript
- Size: 1.19 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react+redux+react-router todoLists
## pages



## install devdependency
- install [Redux DevTools](https://chrome.google.com/webstore/detail/lmhkpmbekcpmknklioeibfkpmmfibljd?utm_source=chrome-app-launcher-info-dialog)
## start
open a terminal
```
git clone https://github.com/Chanran/reactTodoLists
cd reactTodoLists
npm i -d
npm i -gd nodemon
npm start
```
open another terminal
```
npm run dev
```
open **[http://localhost:3001/#/](http://localhost:3001/#/)** in browser.
## login
```
username: blue
password: huimin
```
## LICENSE
[MIT](./LICENSE)