Skip to content

my attempt at a boilerplate for an electron desktop app using mithril

Notifications You must be signed in to change notification settings

jomortal/electron-mithril-boilerplate

Repository files navigation

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

About

my attempt at a boilerplate for an electron desktop app using mithril

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published