https://github.com/skitsanos/umi-ts-electron
Electron app template via Umi
https://github.com/skitsanos/umi-ts-electron
Last synced: 25 days ago
JSON representation
Electron app template via Umi
- Host: GitHub
- URL: https://github.com/skitsanos/umi-ts-electron
- Owner: skitsanos
- License: mit
- Created: 2021-04-18T10:44:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T19:53:58.000Z (8 months ago)
- Last Synced: 2025-03-21T20:32:56.620Z (8 months ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# umi-ts-electron
Electron app template via Umi
### How to run:
1. Clone
```shell
$git clone https://github.com/skitsanos/umi-ts-electron.git
```
2. Change directory
```shell
$cd umi-ts-electron
```
3. Install dependencies (yarn or npm, whatever you prefer, although npm is slower)
```shell
$yarn install
```
4. Run
```shell
$yarn run electron:dev
```