Simple Todo App using Flux with ImmutableJS and React
- Add History Panel for time travel functionality
Install all dependencies with npm
npm install
Run npm start
and go to http://localhost:3000/
You can also use npm run prod
to generate a production bundle under a dist
folder.
This was just a proof of concept and learning experience. I wanted to test some new build tools but more importantly, learn how to use ImmutableJS with Flux and React while writing in ES6. Some of the other libraries and tools used in this project include the following (not counting some gulp modules like stylus, etc.):