Skip to content
/ mbp Public

A simple build management system for web apps that uses the Mithril framework.

License

Notifications You must be signed in to change notification settings

nohros/mbp

Repository files navigation

A simple build management system for web apps that uses the Mithril(http://lhorie.github.io/mithril) framework.


Quick Start

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!

Purpose

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!

Philosophy

About

A simple build management system for web apps that uses the Mithril framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published