Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 665 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 665 Bytes

Simple mithril example

Build Status

This repository contains a mithril app from the tutorial of Mithril.js, with ES 6 syntax and integrated Docker Service and Travis CI.

Running the application

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 build

Development live compilation

npm install
npm start

After compiling the application, open the index.html file in the browser.

Happy hacking!