https://github.com/mrtinsvitor/redux-counter
Simple Redux counter developed to learning purposes
https://github.com/mrtinsvitor/redux-counter
Last synced: 4 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T13:52:04.000Z (about 7 years ago)
- Last Synced: 2025-01-13T08:46:40.092Z (6 months 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