https://github.com/cham11ng/counteredux
Counter Application in React and Redux
https://github.com/cham11ng/counteredux
javascript nodejs react reactjs redux
Last synced: 2 months ago
JSON representation
Counter Application in React and Redux
- Host: GitHub
- URL: https://github.com/cham11ng/counteredux
- Owner: cham11ng
- Created: 2017-12-24T17:49:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T10:23:05.000Z (over 8 years ago)
- Last Synced: 2025-04-05T07:27:09.591Z (about 1 year ago)
- Topics: javascript, nodejs, react, reactjs, redux
- Language: JavaScript
- Homepage: https://cham11ng.github.io/counteredux/
- Size: 342 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Counteredux
[](https://travis-ci.org/cham11ng/counteredux)
Simple counter application in [reactjs.js](http://reactjs.com/) using [Redux](https://redux.js.org)
---
## Prerequisite
* [Node.js](https://yarnpkg.com/en/docs/install) - 8.9.2 or above
* [Yarn](https://yarnpkg.com/en/docs/install) - 1.3.2 or above
* [NPM](https://docs.npmjs.com/getting-started/installing-node) - 5.6.0 or above
## Setup
Clone the repository, install the dependencies and get started right away.
$ git clone git@github.com:cham11ng/counteredux.git
$ cd
$ yarn
Finally, start the application.
$ yarn start
It will auto-navigate react application to http://localhost:3000/.
## Contributing
For contribution and feature requests, please create an [issue](https://github.com/cham11ng/counteredux/issues) first.
## License
counteredux is under [MIT License](LICENSE).