Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hokaccha/electron-template-2021
https://github.com/hokaccha/electron-template-2021
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hokaccha/electron-template-2021
- Owner: hokaccha
- Created: 2021-07-20T11:20:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T04:47:49.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T01:40:06.101Z (about 2 months ago)
- Language: TypeScript
- Size: 477 KB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron Template 2021
## Development
```
$ yarn install
$ yarn dev
```## Create Production app
```
$ yarn dist
```