Skip to content

Instantly share code, notes, and snippets.

@zonayedpca
Last active March 12, 2018 02:47
Show Gist options
  • Save zonayedpca/2c345bb3b69643bd56235bfd24d5416f to your computer and use it in GitHub Desktop.
Save zonayedpca/2c345bb3b69643bd56235bfd24d5416f to your computer and use it in GitHub Desktop.
Make a Basic Electron Cross Platform Desktop App
//Create a new Browser Window
const mainWindow = new BrowserWindow({
width: 800,
height: 600
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment