Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.34 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.34 KB

Electron Demo

Simple Electron (formerly Atom Shell) boilerplate app since if you ask me the official Electron-Starter seems overly-complicated.

Circle CI Dependencies DevDependency Status

electron-demo mov

Features

  • 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.

Getting Started

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.

Reference