Skip to content

Instantly share code, notes, and snippets.

@AndreaBarghigiani
Last active August 22, 2018 06:20
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 AndreaBarghigiani/60e83f665d221fe0c10142dbc4c2ab65 to your computer and use it in GitHub Desktop.
Save AndreaBarghigiani/60e83f665d221fe0c10142dbc4c2ab65 to your computer and use it in GitHub Desktop.
Raccolta dei codici pubblicati nell'articolo "Electron, sviluppa applicazioni desktop con i linguaggi web"
{
"name": "app-desktop",
"version": "1.0.0",
"description": "applicazione di esempio con Electron",
"main": "main.js",
"scripts": {
"run": "electron ."
},
"author": "Andrea Barghigiani",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment