Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.