File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Bootstrap your project with Angular 4 and Electron (Typescript + SASS)
6
6
7
+ Currently runs with:
8
+
9
+ - Angular v4.0.1
10
+ - Angular-CLI v1.0.0
11
+ - Electron v1.6.2
12
+ - Electron-Prebuilt v1.4.13
13
+
14
+ ## Getting Started
15
+
16
+ Clone this repository locally :
17
+
18
+ ``` bash
19
+ git clone https://github.com/maximegris/angular-electron.git
20
+ ```
21
+
22
+ Install dependencies with your favorite dependency manager (npm or yarn) :
23
+
24
+ ``` bash
25
+ npm install
26
+ ```
27
+
7
28
## To build for development
8
29
9
30
** in a terminal window** -> npm start
10
31
** in another terminal window** -> npm run electron
11
32
12
- Note: also works with yarn
33
+ The code for this is managed at ` main.js ` . In this sample, the app runs with a simple Electron window.
34
+ By default, Developer tools is opened. You can unactivate it by uncomment ` win.webContents.openDevTools(); ` in ` main.js ` .
13
35
14
36
## To build for production
15
37
You can’t perform that action at this time.
0 commit comments