A simple build management system for web apps that uses the Mithril(http://lhorie.github.io/mithril) framework.
Install node.js and then:
$ git clone git://github.com/nohros/m-boilerplate
cd m-boilerplate
sudo npm -g install gulp karma bower
npm install
bower install
grunt watch
Finally, open file:///path/to/m-boilerplate/build/index.html
in your browser.
Happy hacking!
m-boilerplate
is designed to make life easy by providing a basic framework with which to kickstart mithril projects. It contains a best-practice directory structure to ensure code reusability and maximum scalability. m-boilerplate also comes prepackaged with the most popular design frameworks around: Mithril and SASS. Lastly, it contains a sophisticated Gulp based build system to ensure maximum productivity. All you need to do is clone it and start coding!