https://github.com/jaystack/repatch-example-electron-app-ts
https://github.com/jaystack/repatch-example-electron-app-ts
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaystack/repatch-example-electron-app-ts
- Owner: jaystack
- Created: 2017-06-26T18:34:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T11:56:32.000Z (over 8 years ago)
- Last Synced: 2025-03-27T08:11:22.542Z (9 months ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 9
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# repatch-example-electron-app-ts
## Running the example
```
npm install
npm run build
npm start
```
## Autobuild
```
npm run build:w
```