Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 472 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 472 Bytes

Angular With Electron

This project was generated with Angular CLI version 16.0.0.


Run application locally

ng serve

Application will be available on http://localhost:4200/


Build

ng build

The build artifacts will be stored in the dist/ directory.


Build Electron executable

electron-forge make

The build artifacts will be stored in the out/make/ directory.