https://github.com/jigsawye/redux-counter
reference from redux offical example
https://github.com/jigsawye/redux-counter
Last synced: 2 months ago
JSON representation
reference from redux offical example
- Host: GitHub
- URL: https://github.com/jigsawye/redux-counter
- Owner: jigsawye
- Created: 2015-08-08T10:40:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-08T11:00:54.000Z (almost 10 years ago)
- Last Synced: 2025-04-08T10:52:14.596Z (2 months ago)
- Language: JavaScript
- Homepage: http://jigsawye.github.io/redux-counter/
- Size: 262 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#redux-counter
Simple counter with [Redux](https://github.com/gaearon/redux).
##Usage
install dependences.
```
npm install
```start the server.
```
npm start
```##Build
```
npm run build
```##Reference
https://github.com/gaearon/redux/tree/master/examples/counter