The Wayback Machine - https://web.archive.org/web/20190530120249/https://github.com/electron-react-boilerplate/electron-react-boilerplate
Skip to content
A Foundation for Scalable Cross-Platform Apps
Branch: next
Clone or download
Latest commit 7c87f1c May 24, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Create FUNDING.yml May 24, 2019
.vscode add recommended extensions for vscode (#2135) Jan 20, 2019
app apply suggested changes Apr 2, 2019
configs add PLAIN_HMR environment variable option (#2153) Apr 2, 2019
flow-typed Fixed flow config (#972) May 3, 2017
internals add banner to readme, minimize docs in readme, update LICENSE (#2098) Dec 27, 2018
resources regenerated icns file Oct 10, 2016
test rename .eslintrc configs to .eslintrc.json, use eslint-plugin-prettier ( Dec 19, 2018
.dockerignore v0.17.0 (#1899) Nov 1, 2018
.editorconfig v0.13.0 (#1166) Jan 6, 2018
.eslintignore v0.17.0 (#1899) Nov 1, 2018
.eslintrc.json rename .eslintrc configs to .eslintrc.json, use eslint-plugin-prettier ( Dec 19, 2018
.flowconfig v0.13.3 (#1481) May 24, 2018
.gitattributes v0.13.0 (#1166) Jan 6, 2018
.gitignore v0.17.0 (#1899) Nov 1, 2018
.prettierrc.json Lint html with prettier (#2110) Jan 20, 2019
.stylelintrc v0.16.0 (#1732) Oct 3, 2018
.testcafe-electron-rc v0.17.0 (#1899) Nov 1, 2018
.travis.yml Merge branch 'master' into next Nov 20, 2018
CHANGELOG.md Merge branch 'master' into next Nov 20, 2018
LICENSE add banner to readme, minimize docs in readme, update LICENSE (#2098) Dec 27, 2018
README.md Added the stack-overflow badge. (#2166) Mar 12, 2019
appveyor.yml Merge branch 'master' into next Nov 20, 2018
babel.config.js v0.17.0 (#1899) Nov 1, 2018
package.json bump all deps to latest semver Apr 2, 2019
renovate.json Merge branch 'master' into next Nov 20, 2018
yarn.lock bump all deps to latest semver Apr 2, 2019

README.md


Electron React Boilerplate uses Electron, React, Redux, React Router, Webpack and React Hot Loader for rapid application development (HMR).




Build Status Appveyor Build Status Dependency Status DevDependency Status Github Tag

Join the community on Spectrum OpenCollective OpenCollective Good first issues open StackOverflow

Electron Boilerplate Demo

Install

  • If you have installation or compilation issues with this project, please see our debugging guide

First, clone the repo via git:

git clone --depth 1 --single-branch --branch master https://github.com/electron-react-boilerplate/electron-react-boilerplate.git your-project-name

And then install the dependencies with yarn.

$ cd your-project-name
$ yarn

Starting Development

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

$ yarn dev

Packaging for Production

To package apps for the local platform:

$ yarn package

Docs

See our docs and guides here

Maintainers

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

License

MIT © Electron React Boilerplate

You can’t perform that action at this time.