Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 507 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 507 Bytes

Introduction

Bootstrap and package your project with Angular 12 and Electron 13 (Typescript + LESS + HMR) for creating Desktop applications.

Currently, runs with:

  • Angular v12.0.4
  • Electron v13.1.2
  • Electron Builder v22.11.7

Getting Started

  • Clone the project from GitHub
git clone https://github.com/simo-an/ng-electron.git
  • Install the node dependencies
cd ng-electron
npm i
  • Start application
npm run serve
  • Release the application
npm run release