/mithril-webpack-starter

A simple boilerplate for prototyping ES6 web apps using Mithril.

Primary LanguageJavaScript

mithril-webpack-starter

A simple boilerplate for prototyping ES6 web apps using Mithril.

Getting started

  1. npm install
  2. npm start
  3. Code your app

Tasks

  • npm start runs BrowserSync's development server with middleware for Hot Module Replacement
  • npm run build -- release - compiles your app for production