A quick way to get a Hello World Electron app running locally.
Update: looks like the Atom team has created electron-quick-start, a similarly inspired endeavor! Please use that instead.
No longer supported or maintained. Use at your own risk.
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.