capaj / jspm-mithril

Mithril.js boilerplate with hot reloading modules
MIT License
14 stars 1 forks source link
jspm

jspm-mithril

js-standard-style

Mithril.js boilerplate with JSPM and hot reloading modules

Compatible with jspm 0.17.0 and up.

Quickstart to development

git clone git@github.com: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