A simple boilerplate for prototyping ES6 web apps using Mithril.
npm install
npm start
- Code your app
npm start
runs BrowserSync's development server with middleware for Hot Module Replacementnpm run build -- release
- compiles your app for production