Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 639 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 639 Bytes

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