Skip to content

Run web applications on your desktop with Angular2 and Electron

Notifications You must be signed in to change notification settings

CBinet/ng-electralize

Repository files navigation

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 :

mainWindow.webContents.openDevTools()

More information

See the Angular and Electron documentations for more information.