jspm-mithril

Mithril.js boilerplate with hot reloading modules

MIT License

Stars
14
Committers
3

jspm-mithril

Mithril.js boilerplate with JSPM and hot reloading modules

Compatible with jspm 0.17.0 and up.

Quickstart to development

git clone [email protected]:capaj/jspm-mithril.git
cd jspm-mithril
npm i
npm start

npm scripts available:

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