An open API service indexing awesome lists of open source software.

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

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