Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/patrickhulce/electron-typescript-starter


https://github.com/patrickhulce/electron-typescript-starter

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# electron-typescript-starter

## Build

```bash
yarn
yarn build
```

## Run in Development

In one terminal...

```bash
yarn
yarn build:watch
```

In another...

```bash
yarn start
```