A simple ToDoList using great things :)
- React Use to create WebComponents
- Redux Used for abstract Flux archicheture
- Redux Storage - https://github.com/michaelcontento/redux-storage
- Redux ImmutableJS - https://github.com/indexiatech/redux-immutablejs
- WebPack Used for construct the bundle
- ImmutableJS Used for create Immutable states :)
- Karma Used for create the test Base on aplication
- Mocha
- Sinon
- skin-deep
- Chai
For generate propTypes based documentation npm run docs
For serve a static server npm run serve
For build the app you can use npm run build
For development you can use (watcher) npm run build:dev
For generate coverage data and test your app you should use npm run test
For TDD or watch tests while you coding you should use npm run test:dev
OBS: TESTS ARE CRASHED BY SOME LIBS, CORRECT IN PROGRESS
git clone https://github.com/guidiego/webpack-todolist.git
cd webpack-todolist
npm install #wait for a long time...
npm run build
npm run serve