https://github.com/dmytrovasin/electron-special
electron, react, redux, pouchDB, autoupdate, build releases.
https://github.com/dmytrovasin/electron-special
Last synced: 8 months ago
JSON representation
electron, react, redux, pouchDB, autoupdate, build releases.
- Host: GitHub
- URL: https://github.com/dmytrovasin/electron-special
- Owner: DmytroVasin
- Created: 2018-03-12T06:20:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T15:34:15.000Z (over 7 years ago)
- Last Synced: 2025-01-02T01:42:39.938Z (9 months ago)
- Language: JavaScript
- Size: 1.16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-react-redux-boilerplate
## Quick start
Install dependencies
```bash
cd electron-react-redux-boilerplate
npm install
```Development
```bash
npm run develop
```## DevTools
Toggle DevTools:
* OSX: Cmd Alt I or F12
* Linux: Ctrl Shift I or F12
* Windows: Ctrl Shift I or F12## Packaging
Modify [electron-builder.yml](./electron-builder.yml) to edit package info.
For a full list of options see: https://github.com/electron-userland/electron-builder/wiki/Options.
Create a package for OSX, Windows and Linux
```
npm run pack
```Or target a specific platform
```
npm run pack:mac
npm run pack:win
npm run pack:linux
```App Path:
/Users/dv/Library/Application Support/electron-specialhttps://codepen.io/DmytroVasin/pen/bMEbwj?editors=1010