thom-nic / electron-demo

A simple Electron (Atom shell) demo app.
27 stars 3 forks source link

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

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