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

https://github.com/stefanbuck/electron-compile-boilerplate


https://github.com/stefanbuck/electron-compile-boilerplate

Last synced: 3 months ago
JSON representation

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 %>)