Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/survivejs-demos/redux-demo
Redux port of SurviveJS - Webpack and React Kanban app
https://github.com/survivejs-demos/redux-demo
kanban react redux redux-port survivejs webpack
Last synced: 13 days ago
JSON representation
Redux port of SurviveJS - Webpack and React Kanban app
- Host: GitHub
- URL: https://github.com/survivejs-demos/redux-demo
- Owner: survivejs-demos
- License: mit
- Created: 2015-09-03T07:03:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T08:11:24.000Z (over 7 years ago)
- Last Synced: 2024-05-18T17:59:46.436Z (6 months ago)
- Topics: kanban, react, redux, redux-port, survivejs, webpack
- Language: JavaScript
- Homepage: https://survivejs.com/
- Size: 286 KB
- Stars: 284
- Watchers: 14
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - redux-demo - Redux port of SurviveJS - Webpack and React Kanban app (JavaScript)
README
# Kanban app - redux port
This repository contains [redux](https://rackt.github.io/redux/) port of the [SurviveJS - Webpack and React](http://survivejs.com/) Kanban example.
> See [Dan Abramov's interview about redux](http://survivejs.com/blog/redux-interview/)!
## Demo
1. `cd kanban_app`
2. `npm i`
3. `npm start`
4. Surf to `localhost:8080`## License
MIT.