This repository contains a mithril app from the tutorial of Mithril.js, with ES 6 syntax and integrated Docker Service and Travis CI.
To run the webapp, the source code has to be compiled first. You can either compile the source code for production, or compile it live for development.
Production compilation
npm install
npm run buildDevelopment live compilation
npm install
npm startAfter compiling the application, open the index.html file in the browser.
Happy hacking!