A boilerplate for Electron + React + Parcel.
First, you must install dependencies.
$ yarn install
Now you can start hacking by executing the following command.
$ yarn start
You will edit the files under renderer
basically, or under main
if you want to configure Electron.
The command below deploys your application.
$ yarn release
{
node: '12.18.3',
v8: '8.7.220.31-electron.0',
uv: '1.38.0',
zlib: '1.2.11',
brotli: '1.0.7',
ares: '1.16.0',
modules: '85',
nghttp2: '1.41.0',
napi: '6',
llhttp: '2.0.4',
http_parser: '2.9.3',
openssl: '1.1.1',
icu: '67.1',
unicode: '13.0',
electron: '11.2.1',
chrome: '87.0.4280.141'
}