This repository has been archived on 2023-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
old-monorepo/Dashboard
2020-08-02 11:00:50 +02:00
..
.vscode Switch electron boilerplates 2020-07-30 20:59:37 +02:00
app Linting changes 2020-08-02 11:00:50 +02:00
dist-assets Icon experimentation 2020-08-02 11:00:40 +02:00
tasks Disable publishing 2020-08-02 10:38:02 +02:00
test Switch electron boilerplates 2020-07-30 20:59:37 +02:00
.editorconfig Switch electron boilerplates 2020-07-30 20:59:37 +02:00
.eslintignore Switch electron boilerplates 2020-07-30 20:59:37 +02:00
.eslintrc Switch electron boilerplates 2020-07-30 20:59:37 +02:00
.gitignore Switch electron boilerplates 2020-07-30 20:59:37 +02:00
.prettierrc.yml Switch electron boilerplates 2020-07-30 20:59:37 +02:00
.travis.yml Switch electron boilerplates 2020-07-30 20:59:37 +02:00
babel.config.js Switch electron boilerplates 2020-07-30 20:59:37 +02:00
electron-builder.yml Add icon to resources 2020-08-01 20:58:45 +02:00
gulpfile.js Switch electron boilerplates 2020-07-30 20:59:37 +02:00
init.js Switch electron boilerplates 2020-07-30 20:59:37 +02:00
package.json Add hide to tray 2020-08-01 17:55:03 +02:00
README.md Switch electron boilerplates 2020-07-30 20:59:37 +02:00
yarn.lock Bump electron from 8.2.2 to 8.2.4 in /Dashboard 2020-08-01 20:50:51 +00:00

electron-react-redux-boilerplate

Build Status dependencies Status devDependencies Status

A minimal boilerplate to get started with Electron, React and Redux.

Including:

Quick start

Clone the repository

git clone --depth=1 git@github.com:jschr/electron-react-redux-boilerplate.git

Install dependencies

cd electron-react-redux-boilerplate
npm install

Development

npm run develop

DevTools

Toggle DevTools:

  • macOS: Cmd Alt I or F12
  • Linux: Ctrl Shift I or F12
  • Windows: Ctrl Shift I or F12

Packaging

Modify electron-builder.yml to edit package info.

For a full list of options see: https://www.electron.build/configuration/configuration

Create a package for macOS, Windows or Linux using one of the following commands:

npm run pack:mac
npm run pack:win
npm run pack:linux

Tests

npm run test

Maintainers

Apps using this boilerplate