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

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.

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-special

https://codepen.io/DmytroVasin/pen/bMEbwj?editors=1010