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", "description": "tutorial app",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [ "keywords": [

Loading…
Cancel
Save