Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 784 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 784 Bytes

Electron Hello World

A quick way to get a Hello World Electron app running locally.

How To

1. clone this repo

git clone [email protected]: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