ref/ update README

This commit is contained in:
Maxime GRIS
2017-04-03 12:15:49 +02:00
parent 68275a3d18
commit 7fddc20484
2 changed files with 5702 additions and 1 deletions

View File

@@ -9,7 +9,11 @@ Currently runs with:
- Angular v4.0.1
- Angular-CLI v1.0.0
- Electron v1.6.2
- Electron-Prebuilt v1.4.13
With this sample, you can :
- Run your app in a local development environment with Electron & Hot reload
- Package your app into an executable file for Linux, Windows & Mac
## Getting Started
@@ -30,6 +34,8 @@ npm install
**in a terminal window** -> npm start
**in another terminal window** -> npm run electron:serve
Voila! You have your Angular + Electron app in a local development environment with hot reload !
The code for this is managed at `main.js`. In this sample, the app runs with a simple Electron window.
By default, Developer tools is opened. You can unactivate it by uncomment `win.webContents.openDevTools();` in `main.js`.