feat/ launch electron & webpack in // (npm run start)

This commit is contained in:
Maxime GRIS
2017-09-22 17:08:11 +02:00
parent 412a0a5b62
commit 8c37cc4c7f
2 changed files with 4 additions and 3 deletions

View File

@@ -54,7 +54,6 @@ npm install -g @angular/cli
## To build for development
- **in a terminal window** -> npm start
- **in another terminal window** -> npm run electron:serve
Voila! You can use your Angular + Electron app in a local development environment with hot reload !