Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.