Skip to content

🖥️ Simple ultra-fast bootstrapping with Angular and Electron

License

Notifications You must be signed in to change notification settings

razaqultegar/angular-electron

Repository files navigation

Angular Logo Electron Logo

Maintained Travis Build Status Make a pull request License

Watch on GitHub Star on GitHub Tweet

Introduction

Bootstrap and package your project with Angular 10 and Electron 10 for creating Desktop applications.

Currently runs with:

  • Angular v10.1.2
  • Electron v10.1.2

With this sample, you can :

  • Run your app in a local development environment with Electron
  • Run your app in a production environment

Note: Angular 10.x CLI needs Node 10.13 or later to work correctly.

Getting Started

Clone this repository locally :

git clone https://github.com/razaqultegar/angular-electron.git

Install dependencies with npm :

npm install

There is an issue with yarn and node_modules when the application is built by the packager. Please use npm as dependencies manager.

If you want to generate Angular components with Angular-cli , you MUST install @angular/cli in npm global context. Please follow Angular-cli documentation if you had installed a previous version of angular-cli.

npm install -g @angular/cli

About

🖥️ Simple ultra-fast bootstrapping with Angular and Electron

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published