https://github.com/jaystack/repatch-example-electron-app
https://github.com/jaystack/repatch-example-electron-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaystack/repatch-example-electron-app
- Owner: jaystack
- Created: 2017-07-12T14:03:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T13:31:19.000Z (over 7 years ago)
- Last Synced: 2025-03-27T08:11:22.662Z (3 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 12
- Watchers: 9
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# repatch-example-electron-app
## Running the example
```
npm install
npm run build
npm start
```## Autobuild
```
npm run build:w
```