A boilerplate for Electron + React + Parcel.
First, you must install dependencies.
$ yarn install
Now you can start hacking by executing the following command.
$ yarn dev
You will edit the files under renderer
basically, or under main
if you want to configure Electron itself.
The commands below release your application.
$ yarn clean
$ yarn build
$ yarn release