Skip to content

ad2302/electron-react-parcel-boilerplate

 
 

Repository files navigation

Electron-React-Parcel-Boilerplate

Build/release Azure Pipelines Dependencies Status DevDependencies Status

A boilerplate for Electron + React + Parcel.

Usage

Install dependencies

First, you must install dependencies.

$ yarn install

Start hacking

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.

Deploy your application

The command below deploys your application.

$ yarn release

env

{
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'
}

About

A boilerplate for Electron + React + Parcel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.2%
  • HTML 1.9%
  • JavaScript 0.9%