A quick way to get a Hello World Electron app running locally.
git clone git@github.com:ngoldman/electron-hello-world.git
cd electron-hello-world
npm install
npm start
If everything went well you should be staring in awe at a Hello World application. Yay!
This demo is based on instructions and code from the Electron Quick Start tutorial.
To find out more check out the Electron website and documentation.