Electron React Boilerplate uses Electron, React, React Router, React Redux, Webpack, and React Fast Refresh.
Electron React Boilerplate uses Electron, React, React Router, Redux, Webpack and React Fast Refresh.
First, clone the repo via git and install dependencies:
git clone https://github.com/Rohan-Shakya/electron-react-boilerplate-app.git your-project-name
cd your-project-name
yarn
Start the app in the dev
environment:
yarn start
To package apps for the local platform:
yarn package
See our docs and guides here