Mithril components using Bootstrap
Note: This project is still in development. Code structure and API are supposed to change. Feel free to contribute.
npm install -g bower gulp http-server
git clone https://github.com/ng-vu/mithril-bootstrap.git
cd mithril-bootstrap
npm install
bower install
gulp build
http-server build/public
For continous development:
gulp build watch
Open another terminal and
http-server build/public
This project is based on Angular UI Bootstrap, Mithril, Mithril MSX and mithril-boilerplate.