Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d-koppenhagen/ng-electron-example
A sample application for running angular + electron
https://github.com/d-koppenhagen/ng-electron-example
Last synced: 3 days ago
JSON representation
A sample application for running angular + electron
- Host: GitHub
- URL: https://github.com/d-koppenhagen/ng-electron-example
- Owner: d-koppenhagen
- Created: 2017-04-15T21:07:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-15T21:15:38.000Z (over 7 years ago)
- Last Synced: 2024-10-11T06:11:49.987Z (about 1 month ago)
- Language: TypeScript
- Size: 229 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NgElectronExample
This project contains a very app using Angular and Electron.
## Development server
Run `npm start` for a dev web server. Navigate to `http://localhost:4200/` in your browser. The app will automatically reload if you change any of the source files.
Run `npm run start-el` for a dev preview of youre electron app.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Deploy
Run `npm run deploy-win`, `npm run deploy-mac` or `npm run deploy-lin` to create binary versions of your app for Window, macOS or Linux-based systems.
If you wanna create binaries for all possible systems and architectures run `npm run deploy`