Skip to content

Instantly share code, notes, and snippets.

@BretCameron
Last active June 14, 2019 11:04
Show Gist options
  • Save BretCameron/19fd4d54de537ae00ae6e6788b470322 to your computer and use it in GitHub Desktop.
Save BretCameron/19fd4d54de537ae00ae6e6788b470322 to your computer and use it in GitHub Desktop.
desktop-app/package.json
{
"name": "desktop-app",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "concurrently \"(cd renderer && npm run start && cd ..)\" \"(cd main && npm run electron && cd ..)\""
},
"license": "ISC",
"devDependencies": {
"concurrently": "^4.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment