An open API service indexing awesome lists of open source software.

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

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)