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
- Host: GitHub
- URL: https://github.com/dozjs/doz-electron-starter
- Owner: dozjs
- Created: 2019-04-06T14:51:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T11:10:29.000Z (almost 5 years ago)
- Last Synced: 2025-01-30T02:43:22.984Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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