Mithril.js boilerplate with JSPM and hot reloading modules
Compatible with jspm 0.17.0 and up.
git clone git@github.com:capaj/jspm-mithril.git
cd jspm-mithril
npm i
npm start
npm start #starts webserver and watcher, the http port is 9080
npm build #build your bundle, use purely for production
npm test #runs mocha/chai/jsdom tests in node.js