First look into building an Electron app with Angular and Node.js
Install all the dependancies for this application
Install Node.js from https://nodejs.org/en/download/. also make sure you update npm to the latest current version: npm install npm -g
- npm install -g bower
- npm install -g less
- bower install
- npm install
- cd app
- npm install
Add the node_modules bin folder to the path environment setting: \electron-test\node_modules.bin
Open the electron-test folder in Visual Studio Code. Press ctrl + shift + b to run the app
All of the build, package, and run commands are in the gulp file: gulpfile.js
gulp build-less
gulp run
gulp clean
gulp copy
gulp build
gulp build-electron