Bootstrap and package your project with Angular 6(+) and Electron with Material design and popular utilities for creating Desktop applications.
Currently runs with:
- Angular v6.1.2
- Electron v2.0.7
- Electron Builder v20.28.1
With this sample, you can :
- Run your app in a local development environment with Electron & Hot reload
- Run your app in a production environment
- Package your app into an executable file for Linux, Windows & Mac
Clone this repository locally :
git clone https://github.com/AobLimkool/angular-electron.gitInstall dependencies with npm :
npm installAnd run project via:
npm startThis project forked from maximegris/angular-electron if you need more information.