This repository contains Cerebral port of SurviveJS - Webpack and React Kanban example. It uses Baobab for dealing with state.
cd kanban_app
npm i
npm start
- Surf to
localhost:8080
Consider installing the Chrome Cerebral debugger plugin for more insight. This will allow you to inspect Kanban state easily and debug the application easier.
MIT.