https://github.com/dkunin/electron-test
electron-boilerplate-app
https://github.com/dkunin/electron-test
Last synced: 11 days ago
JSON representation
electron-boilerplate-app
- Host: GitHub
- URL: https://github.com/dkunin/electron-test
- Owner: DKunin
- License: mit
- Created: 2015-12-07T06:14:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T19:43:14.000Z (over 9 years ago)
- Last Synced: 2025-10-30T19:38:06.777Z (8 months ago)
- Language: JavaScript
- Size: 998 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# testelectron
> Electron app boilerplate
Don't forget to install nodejs and stuff.
[Download Node](https://nodejs.org/en/)
## 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 © [Dmitri Kunin](http://dkun.in)