Add start script to package.json

In order to execute Electron at launch
main
Nazım Gediz Aydındoğmuş 1 year ago
parent 41c97bdbce
commit 3d1651f6d8

@ -4,6 +4,7 @@
"description": "tutorial app",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [

Loading…
Cancel
Save