Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 588 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 588 Bytes

Angular Electron Admin

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

Getting Started

  • 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