Last active
October 18, 2019 12:52
-
-
Save Outright-Graham/def6c055bf997f077a6e734779fa525c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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