Skip to content

Instantly share code, notes, and snippets.

@zonayedpca
Created March 12, 2018 03:01
Show Gist options
  • Save zonayedpca/2c87aff701314ba94512de04d2852612 to your computer and use it in GitHub Desktop.
Save zonayedpca/2c87aff701314ba94512de04d2852612 to your computer and use it in GitHub Desktop.
Make a Basic Electron Cross Platform Desktop App
//Load the content
mainWindow.loadURL(`file://${__dirname}/public/index.html`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment