An open API service indexing awesome lists of open source software.

https://github.com/cbinet/ng-electralize

Run web applications on your desktop with Angular2 and Electron
https://github.com/cbinet/ng-electralize

angular angular2 desktop desktop-app desktop-application electron electronjs

Last synced: 2 months ago
JSON representation

Run web applications on your desktop with Angular2 and Electron

Awesome Lists containing this project

README

          

# ng-electralize

## Installation

```
git clone https://github.com/CBinet/ng-electralize.git
```

## Usage

```
npm start
```

This will build the angular application and start it inside the electron window.

You can add the following line inside the main.js file to open the devTools when the application starts :

```ts
mainWindow.webContents.openDevTools()
```

## More information

See the [Angular]("https://angular.io/docs") and [Electron]("https://electronjs.org/") documentations for more information.