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

https://github.com/dozjs/doz-electron-starter

Boilerplate for creating Doz app with Electron
https://github.com/dozjs/doz-electron-starter

Last synced: about 1 year ago
JSON representation

Boilerplate for creating Doz app with Electron

Awesome Lists containing this project

README

          

# doz-electron-starter
Boilerplate for creating Doz app with Electron

## Install
```
$ git clone https://github.com/dozjs/doz-electron-starter.git your-app
```

Install dependencies
```
$ npm install
```

#### This project includes following modules:

- [doz](https://github.com/dozjs/doz/)
- [doz-router](https://github.com/dozjs-cmp/doz-router)

## Scripts
- Development:
- `start`
- Build:
- `dist`

## License
doz-electron-starter is open-sourced software licensed under the MIT license

## Author
Fabio Ricali