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.
- Host: GitHub
- URL: https://github.com/errorpro/redux-example
- Owner: ErrorPro
- Created: 2015-11-10T04:31:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-10T04:35:39.000Z (over 10 years ago)
- Last Synced: 2025-01-20T17:24:19.838Z (about 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```