• Stars
    star
    555
  • Rank 77,251 (Top 2 %)
  • Language
    JavaScript
  • Created over 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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