I'm messing with webpack
I finished this chapter http://survivejs.com/webpack_react/developing_with_webpack/ and this one: http://survivejs.com/webpack_react/webpack_and_react/ and this one: http://survivejs.com/webpack_react/implementing_notes/ and this one http://survivejs.com/webpack_react/react_and_flux/ and this one http://survivejs.com/webpack_react/from_notes_to_kanban/ and this one http://survivejs.com/webpack_react/implementing_dnd/ and this one http://survivejs.com/webpack_react/building_kanban/
I am here: http://survivejs.com/webpack_react/testing_react/
Run in debug/watch mode:
npm start
Build for "production":
npm run build