Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supersu-man/electron-typescript-angular
Really simple Electron + Typescript + Angular boilerplate.
https://github.com/supersu-man/electron-typescript-angular
Last synced: 18 days ago
JSON representation
Really simple Electron + Typescript + Angular boilerplate.
- Host: GitHub
- URL: https://github.com/supersu-man/electron-typescript-angular
- Owner: supersu-man
- License: mit
- Created: 2024-08-23T21:30:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T19:20:07.000Z (28 days ago)
- Last Synced: 2024-11-14T20:25:16.797Z (28 days ago)
- Language: HTML
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- trackawesomelist - electron-typescript-angular (⭐1) - Really simple Electron + Typescript + Angular boilerplate. (Recently Updated / [Nov 23, 2024](/content/2024/11/23/README.md))
- fucking-awesome-angular - electron-typescript-angular - Really simple Electron + Typescript + Angular boilerplate. (Table of contents / Angular)
- awesome-angular - electron-typescript-angular - Really simple Electron + Typescript + Angular boilerplate. (Table of contents / Angular)
README
# electron-typescript-angular
Really simple ELectron + Typescript + Angular boilerplate.
## Development
Run `npm run start` and `npm run electron-start` simultaneously to use it for development. Angular live reload works as expected. Electron code changes need rebuild.
## Build
Run `npm run electron-package` to build Angular+Electron dist uing Electron Builder.
Note: Don't forget to change appId in package.json.