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

https://github.com/tareque20/redux-counter

Simple Redux Counter Example
https://github.com/tareque20/redux-counter

babel reactjs redux webpack

Last synced: 3 months ago
JSON representation

Simple Redux Counter Example

Awesome Lists containing this project

README

          

# Redux Counter App
Simple Redux Counter Example

# Setup:
```sh
$ npm init
$ npm install
```

# Run Project:
```sh
$ npm start
```