Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xop/flux-redux
Redux data flow example
https://github.com/xop/flux-redux
Last synced: about 2 months ago
JSON representation
Redux data flow example
- Host: GitHub
- URL: https://github.com/xop/flux-redux
- Owner: XOP
- License: mit
- Created: 2015-12-11T13:30:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-25T14:16:35.000Z (about 9 years ago)
- Last Synced: 2024-04-17T02:15:09.885Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flux-redux
> Redux data flow example
## Install
```
npm install
```## Commands
**Build**
```
npm run build
```**Dev mode**
```
npm run dev
```**Run tests**
```
npm test
```## Notes
[Babel](https://babeljs.io/docs/usage/cli/)(babel-node) is used only for tests compilation, so config is set in [package.json](package.json) for brevity and consistency.
## Useful knowledge
- [https://egghead.io/series/getting-started-with-redux](https://egghead.io/series/getting-started-with-redux)