Skip to content

Instantly share code, notes, and snippets.

@zonayedpca
Last active March 12, 2018 03:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zonayedpca/cbb921dfdc6ea826af0a2c71a10d68ab to your computer and use it in GitHub Desktop.
Save zonayedpca/cbb921dfdc6ea826af0a2c71a10d68ab to your computer and use it in GitHub Desktop.
Make a Basic Electron Cross Platform Desktop App
app.on('ready', () => {
//Create a new Browser Window
//Load the content
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment