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
- Host: GitHub
- URL: https://github.com/cbinet/ng-electralize
- Owner: CBinet
- Created: 2018-10-20T04:54:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T06:02:31.000Z (over 7 years ago)
- Last Synced: 2025-06-22T01:44:49.669Z (about 1 year ago)
- Topics: angular, angular2, desktop, desktop-app, desktop-application, electron, electronjs
- Language: TypeScript
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.