Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinkswan/redux-saga-counter
A React counter app using Redux and Saga.
https://github.com/thinkswan/redux-saga-counter
javascript react redux redux-saga tutorial
Last synced: about 2 months ago
JSON representation
A React counter app using Redux and Saga.
- Host: GitHub
- URL: https://github.com/thinkswan/redux-saga-counter
- Owner: thinkswan
- License: mit
- Created: 2019-06-28T17:32:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T15:26:46.000Z (almost 4 years ago)
- Last Synced: 2024-05-27T12:15:19.812Z (7 months ago)
- Topics: javascript, react, redux, redux-saga, tutorial
- Language: JavaScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redux-saga-counter
A React counter app using Redux and Saga.
Based on the following tutorial: [Redux/Redux-saga beginner tutorial](https://github.com/redux-saga/redux-saga/blob/master/docs/introduction/BeginnerTutorial.md)
## Get started
```
npm install
npm start
open http://localhost:9966/
```Run tests with:
```
npm test
```