https://github.com/berwin/learn-react
用react+redux写的demo~
https://github.com/berwin/learn-react
Last synced: 10 months ago
JSON representation
用react+redux写的demo~
- Host: GitHub
- URL: https://github.com/berwin/learn-react
- Owner: berwin
- Created: 2015-10-21T02:15:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-09T10:49:42.000Z (over 10 years ago)
- Last Synced: 2025-07-04T00:36:37.422Z (11 months ago)
- Language: JavaScript
- Homepage: http://todos.berwin.me
- Size: 254 KB
- Stars: 50
- Watchers: 5
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learn-react
[](http://todos.berwin.me)
## install
```shell
npm install
npm run build
```
## run
```shell
npm run start
```
Run in the Browser
```shell
http://127.0.0.1:3000
```