Skip to content

jschr/electron-react-redux-boilerplate

Folders and files

NameName
Last commit message
Last commit date
Feb 3, 2017
Apr 14, 2020
Jul 30, 2017
Apr 14, 2020
Jul 15, 2018
Jul 13, 2018
Sep 14, 2015
Jul 15, 2018
Feb 3, 2017
Jul 13, 2018
Aug 31, 2019
Oct 3, 2020
Sep 28, 2019
Jul 30, 2017
Apr 14, 2020
Feb 3, 2017
Jul 8, 2021
Jul 8, 2021

Repository files navigation

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 https://github.com/jschr/electron-react-redux-boilerplate

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published