Electron React Application uses Electron React Boilerplate, React.
- 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 https://github.com/smileguitar/ElectronReactApplication.git your-project-name
cd your-project-name
yarnStart 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 devTo package apps for the local platform:
yarn package
