File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ npm install -g @angular/cli
5454## To build for development
5555
5656- ** in a terminal window** -> npm start
57- - ** in another terminal window** -> npm run electron: serve
5857
5958Voila! You can use your Angular + Electron app in a local development environment with hot reload !
6059
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-electron" ,
3- "version" : " 1.8.1 " ,
3+ "version" : " 1.9.0 " ,
44 "description" : " Angular 4 with Electron (Typescript + SASS + Hot Reload)" ,
55 "homepage" : " https://github.com/maximegris/angular-electron" ,
66 "author" : {
1818 "scripts" : {
1919 "ng" : " ng" ,
2020 "lint" : " ng lint" ,
21- "start" : " webpack --watch" ,
21+ "start" : " npm-run-all --parallel webpack:watch electron:serve" ,
22+ "webpack:watch" : " webpack --watch" ,
2223 "start:web" : " webpack-dev-server --content-base . --port 4200 --inline" ,
2324 "build:electron:main" : " tsc main.ts --outDir dist && copyfiles package.json dist && cd dist && npm install --prod && cd .." ,
2425 "build" : " webpack --display-error-details && npm run build:electron:main" ,
8081 "less-loader" : " 4.0.5" ,
8182 "minimist" : " 1.2.0" ,
8283 "mkdirp" : " 0.5.1" ,
84+ "npm-run-all" : " ^4.1.1" ,
8385 "postcss-loader" : " 2.0.6" ,
8486 "postcss-url" : " 7.1.2" ,
8587 "protractor" : " 5.1.2" ,
You can’t perform that action at this time.
0 commit comments