Skip to content

Instantly share code, notes, and snippets.

@shadowcodex
Created October 12, 2017 16:48
Show Gist options
  • Save shadowcodex/688c7d1bb0ed9dc528b1a820dbc92e20 to your computer and use it in GitHub Desktop.
Save shadowcodex/688c7d1bb0ed9dc528b1a820dbc92e20 to your computer and use it in GitHub Desktop.
Angular 2+ and electron
"ngbuild": "ng build --base-href . --watch",
"cpbuild": "cp src/electron/* dist",
"build-electron": "npm-run-all --parallel ngbuild cpbuild electronrun",
"electronrun": "electron dist",
"start": "npm run build-electron",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment