https://github.com/dbackowski/electron-boilerplate
Electron boilerplate
https://github.com/dbackowski/electron-boilerplate
boilerplate electron
Last synced: 29 days ago
JSON representation
Electron boilerplate
- Host: GitHub
- URL: https://github.com/dbackowski/electron-boilerplate
- Owner: dbackowski
- License: mit
- Created: 2016-02-27T11:22:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T14:21:41.000Z (over 3 years ago)
- Last Synced: 2026-02-20T01:58:52.883Z (3 months ago)
- Topics: boilerplate, electron
- Language: JavaScript
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# electron-boilerplate
Electron boilerplate.

## Usage
```
yarn
yarn start
```
To create standalone packages for Linux (x64) and Mac OS X (x64):
```
yarn run build
```
## License
Released under the MIT License.