Skip to content

Instantly share code, notes, and snippets.

@zonayedpca
Last active March 12, 2018 02:37
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/cf669051701cb20af70574b44df2882e to your computer and use it in GitHub Desktop.
Save zonayedpca/cf669051701cb20af70574b44df2882e to your computer and use it in GitHub Desktop.
Make a Basic Electron Cross Platform Desktop App
const {app} = require('electron'),
{BrowserWindow} = require('electron');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment