Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amorist/electron-typescript-template

Electron typescript template
https://github.com/amorist/electron-typescript-template

Last synced: about 1 month ago
JSON representation

Electron typescript template

Awesome Lists containing this project

README

        

# electron-typescript-template

## To Use

```bash
# Clone this repository
git clone https://github.com/amorist/electron-typescript-template
# Go into the repository
cd electron-typescript-template
# Install dependencies
yarn install
# Run the app
yarn start
```