This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
valnet/relay-electron
Bronwen 97c33205a8 rollback safety 2021-04-08 20:38:05 -04:00
..
.erb rollback safety 2021-04-08 20:38:05 -04:00
.github rollback safety 2021-04-08 20:38:05 -04:00
assets rollback safety 2021-04-08 20:38:05 -04:00
src rollback safety 2021-04-08 20:38:05 -04:00
.editorconfig rollback safety 2021-04-08 20:38:05 -04:00
.eslintignore rollback safety 2021-04-08 20:38:05 -04:00
.eslintrc.js rollback safety 2021-04-08 20:38:05 -04:00
.gitattributes rollback safety 2021-04-08 20:38:05 -04:00
.gitignore rollback safety 2021-04-08 20:38:05 -04:00
CHANGELOG.md rollback safety 2021-04-08 20:38:05 -04:00
CODE_OF_CONDUCT.md rollback safety 2021-04-08 20:38:05 -04:00
LICENSE rollback safety 2021-04-08 20:38:05 -04:00
README.md rollback safety 2021-04-08 20:38:05 -04:00
babel.config.js rollback safety 2021-04-08 20:38:05 -04:00
package.json rollback safety 2021-04-08 20:38:05 -04:00
tsconfig.json rollback safety 2021-04-08 20:38:05 -04:00
yarn.lock rollback safety 2021-04-08 20:38:05 -04:00

README.md


Electron React Boilerplate uses Electron, React, React Router, Webpack and React Fast Refresh.


Build Status Dependency Status DevDependency Status Github Tag

OpenCollective OpenCollective Good first issues open StackOverflow

Install

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

First, clone the repo via git and install dependencies:

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

Starting Development

Start the app in the dev environment:

yarn start

Packaging for Production

To package apps for the local platform:

yarn package

Docs

See our docs and guides here

Donations

Donations will ensure the following:

  • 🔨 Long term maintenance of the project
  • 🛣 Progress on the roadmap
  • 🐛 Quick responses to bug reports and help requests

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]

Maintainers

License

MIT © Electron React Boilerplate