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
dependabot[bot] 8bc93511ba
Bump lodash from 4.17.11 to 4.17.19 in /Dashboard
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-01 20:51:12 +00:00
..
.vscode Switch electron boilerplates 2020-07-30 20:59:37 +02:00
app Change file format of icon 2020-08-01 22:47:53 +02:00
dist-assets Change file format to properly display in tray 2020-08-01 22:47:08 +02:00
tasks Switch electron boilerplates 2020-07-30 20:59:37 +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-lock.json Bump lodash from 4.17.11 to 4.17.19 in /Dashboard 2020-08-01 20:51:12 +00: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 Add hide to tray 2020-08-01 17:55:03 +02: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