/electron-hello-world

:no_good: [deprecated]

Primary LanguageJavaScriptOtherNOASSERTION

Electron Hello World

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.

How To

1. clone this repo

git clone git@github.com:ngoldman/electron-hello-world.git

2. cd into the repo directory and run npm install

cd electron-hello-world
npm install

3. run npm start

npm start

If everything went well you should be staring in awe at a Hello World application. Yay!

Learn more

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.

License

CC-0