Update README.md

This commit is contained in:
Maxime GRIS
2021-06-13 12:56:58 +02:00
committed by GitHub
parent 987e99637e
commit 33f5f6dd85

View File

@@ -40,7 +40,7 @@ Clone this repository locally:
git clone https://github.com/maximegris/angular-electron.git git clone https://github.com/maximegris/angular-electron.git
``` ```
Install dependencies with npm: Install dependencies with npm (used by Electron renderer process):
``` bash ``` bash
npm install npm install
@@ -55,6 +55,13 @@ Please follow [Angular-cli documentation](https://github.com/angular/angular-cli
npm install -g @angular/cli npm install -g @angular/cli
``` ```
Install NodeJS dependencies with npm (used by Electron main process):
``` bash
cp app/
npm install
```
## To build for development ## To build for development
- **in a terminal window** -> npm start - **in a terminal window** -> npm start