Skip to content

Instantly share code, notes, and snippets.

@Outright-Graham
Last active October 18, 2019 12:52
Show Gist options
  • Save Outright-Graham/def6c055bf997f077a6e734779fa525c to your computer and use it in GitHub Desktop.
Save Outright-Graham/def6c055bf997f077a6e734779fa525c to your computer and use it in GitHub Desktop.
Given that git and node is set up, you'll want to open the command line.
(There is a companion for this @ https://github.com/electron/electron-api-demos)
// The following will take a bit but will launch a basic electron ~ good luck and have fun!
$ git clone https://github.com/electron/electron-api-demos
$ cd electron-api-demos
$ npm install && npm start
If already cloned and in your directory, all you need to do after starting the command line is the third command above.
Note: you'll need the files from "github.com/electron/electron-api-demose" in order to get a working electron.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment