https://github.com/pierredemailly/angular-electron-boilerplate
Boilerplate for electron/angular app
https://github.com/pierredemailly/angular-electron-boilerplate
Last synced: 2 months ago
JSON representation
Boilerplate for electron/angular app
- Host: GitHub
- URL: https://github.com/pierredemailly/angular-electron-boilerplate
- Owner: PierreDemailly
- Created: 2021-03-05T21:28:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T22:29:30.000Z (about 4 years ago)
- Last Synced: 2025-02-10T09:44:21.428Z (4 months ago)
- Language: HTML
- Size: 729 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-electron-boilerplate
A simple Electron + Angular boilerplate.
:bulb: this boilerplate is based from https://github.com/maximegris/angular-electron with less dev dependencies and simpler environment handler.
:construction: e2e tests are not stable
- `npm run build`: make electron run from ng build
- `npm run build:prod`: make electron run from ng build with prod mode
- `npm run electron:watch`: make electron run from ng serve