You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install NodeJS dependencies with npm (used by Electron main process):
58
+
*Install NodeJS dependencies with npm (used by Electron main process):*
59
59
60
60
```bash
61
61
cp app/
62
62
npm install
63
63
```
64
64
65
+
Why two package.json ? This project follow [Electron Builder two package.json structure](https://www.electron.build/tutorials/two-package-structure) in order to optimize final bundle and be still able to use Angular `ng add` feature.
0 commit comments