Boilerplate of an Electron app using Express.js and Angular
- Dependencies :
@angular/cliinstalled globally- install angular with npm :
npm install -g @angular/cli - on macOS you can also install it via brew :
brew install angular-cli
- install angular with npm :
- Install Node.js
- Run
npm install
(cd electron && npm start)Please have a look at electron/package.json scripts to build for the desired platform.
(cd electron && npm linux64)