https://github.com/stefanbuck/electron-compile-boilerplate
https://github.com/stefanbuck/electron-compile-boilerplate
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefanbuck/electron-compile-boilerplate
- Owner: stefanbuck
- License: mit
- Created: 2015-08-04T06:06:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-04T06:06:27.000Z (almost 10 years ago)
- Last Synced: 2025-01-13T23:15:31.561Z (5 months ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# app
> My superb app
## Dev
```
$ npm install
```### Run
```
$ npm start
```### Build
```
$ npm run build
```Builds the app for OS X, Linux, and Windows, using [electron-packager](https://github.com/maxogden/electron-packager).
## License
MIT © [<%= name %>](<%= website %>)