Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 870 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 870 Bytes

ELECTRON-MITHRIL-BOILERPLATE

This is an attempt at a boilerplate to create an app using mithril and electron. It is based off of create-mithril-app.

Setup

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

Run

yarn dev

Edit

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.

Build Distributable Setup Files

yarn build