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

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


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

Last synced: 5 months 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
```