Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 389 Bytes

File metadata and controls

18 lines (13 loc) · 389 Bytes

Ng-Electron

ng-Electron is an angular 10 application shipped to desktop with electron framework.

  • Angular 10
  • electron 10

Installation

Ng-Electron requires Node.js to run.

Install the dependencies and devDependencies and start the app.

$ npm install -g @angular/cli
$ cd Angular-electron-boilerplate-app
$ npm install 
$ npm run electron