Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created March 25, 2021 11:06
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 bjoerntx/2e1bf2be4c83b29aaef9c15789731b00 to your computer and use it in GitHub Desktop.
Save bjoerntx/2e1bf2be4c83b29aaef9c15789731b00 to your computer and use it in GitHub Desktop.
{
"name": "my-electron-app",
"version": "0.1.0",
"author": "your name",
"description": "My Electron app",
"main": "main.js",
"scripts": {
"start": "electron ."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment