A boilerplate that gets you up and running with Electron and React using Parcel bundler. No need for Webpack.
Allows use of Electron API such as ipcRenderer
from your React code 😎.
git clone https://github.com/jh3y/electron-parcel-react-starter.git
npm install
or
yarn
npm run dev
or
yarn dev
npm run package
or
yarn package
Built by @jh3y 2020 MIT