This is an attempt at a boilerplate to create an app using mithril and electron. It is based off of create-mithril-app.
Clone or download this repository.
cd electron-mithril-boilerplate
Install node modules using yarn (follow the link to download and install yarn if you do not already have it installed).
yarn
yarn dev
Begin by editing MainView.js in the client folder. You should be able to see changes automatically in your app.
Learn more on using Mithril HERE.
yarn build