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

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

Redux Counter Using Provider
https://github.com/tareque20/redux-counter-using-provider

babel counter reactjs redux webpack

Last synced: 6 months ago
JSON representation

Redux Counter Using Provider

Awesome Lists containing this project

README

          

# Redux Counter App
Simple Redux Counter Example

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

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