Skip to content

Commit

Permalink
ref/ update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime GRIS committed Apr 3, 2017
1 parent 68275a3 commit 7fddc20
Show file tree
Hide file tree
Showing 2 changed files with 5,702 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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`.

Expand Down
Loading

0 comments on commit 7fddc20

Please sign in to comment.