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

https://github.com/errorpro/redux-example

React redux sandbox.
https://github.com/errorpro/redux-example

Last synced: 11 months ago
JSON representation

React redux sandbox.

Awesome Lists containing this project

README

          

Redux example. It's just simple redux sandbox.

install:
```bash
npm i
```

start:
```
npm start
```

dev tools:
```
DEBUG=true npm start
```