mithril-bootstrap
mithril-bootstrap copied to clipboard
Mithril components using Bootstrap
mithril-bootstrap
Mithril components using Bootstrap
Quick start
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
Introduction
This project is based on Angular UI Bootstrap, Mithril, Mithril MSX and mithril-boilerplate.