Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrtinsvitor/redux-counter
Simple Redux counter developed to learning purposes
https://github.com/mrtinsvitor/redux-counter
Last synced: 12 days ago
JSON representation
Simple Redux counter developed to learning purposes
- Host: GitHub
- URL: https://github.com/mrtinsvitor/redux-counter
- Owner: mrtinsvitor
- Created: 2018-06-28T12:47:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T13:52:04.000Z (over 6 years ago)
- Last Synced: 2024-12-31T20:43:05.351Z (25 days ago)
- Language: JavaScript
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Counter with Redux
Simple React Counter example using the Redux.
## Requirements
For development, you will only need Node.js installed on your environement.
## Install
$ git clone https://github.com/mrtins/redux-counter/
$ cd redux-counter
$ npm install## Start & watch
$ npm start
## Simple build for production
$ npm run build