Created
May 3, 2021 08:37
-
-
Save Tynael/5098992d032904dcad04e668235022e0 to your computer and use it in GitHub Desktop.
Clone the Quick Start repository
This file contains hidden or 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
| # Clone the Quick Start repository | |
| $ git clone https://github.com/electron/electron-quick-start | |
| # Go into the repository | |
| $ cd electron-quick-start | |
| # Install the dependencies and run | |
| $ npm install && npm start |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example used for https://neutrondev.com/how-build-first-app-electron/