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

https://github.com/ovrmrw/electron-angular-starter

The starter kit for Electron apps by TypeScript and Angular.
https://github.com/ovrmrw/electron-angular-starter

angular electron typescript

Last synced: about 1 month ago
JSON representation

The starter kit for Electron apps by TypeScript and Angular.

Awesome Lists containing this project

README

          

# electron-angular-starter

The starter kit for Electron apps by TypeScript and Angular.

## Setup

```
$ npm install
```

## Run

```
$ npm start
```

## Make packages for distribution

```
$ npm run package
```