Bootstrap and package your project with Angular 12 and Electron 13 (Typescript + SCSS + HMR) for creating Desktop applications.
| Project | Version |
|---|---|
| Angular | 12.x |
| Electron | 13.x |
| Electron Builder | 22.x |
| Bootstrap | 4.x |
- Fork project for your
- Clone the project from GitHub
git clone https://github.com/<GitHub_UserID>/angular-electron-admin.git
- Install the node dependencies
cd angular-electron-admin
yarn install
- Start application
yarn run serve
- Release the application
yarn run release