Simple Electron (formerly Atom Shell) boilerplate app since if you ask me the official Electron-Starter seems overly-complicated.
- ES6 support (via babel) + eslint
- Less CSS
- Mithril
Note: There's technically no need for browserify (unless you want to use it for something like JSX/ MSX transforms) since Electron already provides the full node.js environment in the browser.
nvm install
npm install
npm start
Changes will be rebuilt automatically, but you will still have to Ctrl-R
in the app window to reload changes.