The new redradix client stack for building fast, scalable, testable and memorable applications.
It is a minimal client base app with React to empower performance, global immutable state using morijs to increase easiness on development and a variant of Facebook's Flux architecture to create more clear and readable code in less time.
This branch is a full featured Todo application, which saves your list to your browser's local storage.
##How to install?
- Run npm install
- Run npm start
- Start coding
Your application will be available at http://localhost:8080. Any changes you make to your code will trigger re-building, but you'll have to manually refresh your browser.
Otherwise, point your navigator to http://localhost:8080/webpack-dev-server/index.html and you will have HMR available. Every change you make on your app will trigger re-biulding and will be displayed in your browser with no manual refresh.
Furthermore, you will be able to use some cool ES6 features :)
Enjoy!