Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```