Skip to content

Instantly share code, notes, and snippets.

@BretCameron
Created June 14, 2019 11:13
Show Gist options
  • Save BretCameron/daf199e3fe4d8d30b35bf38a9205f046 to your computer and use it in GitHub Desktop.
Save BretCameron/daf199e3fe4d8d30b35bf38a9205f046 to your computer and use it in GitHub Desktop.
main/package.json
{
"version": "1.0.0",
"description": "",
"main": "./src/index.js",
"scripts": {
"electron": "electron src",
"start": "cross-env NODE_ENV=dev nodemon --watch ./src/**/* --watch . --exec 'npm run electron'"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"cross-env": "^5.2.0",
"electron": "^5.0.3",
"nodemon": "^1.19.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment