Skip to content

shamofu/electron-react-parcel-boilerplate

Repository files navigation

Electron + React + Parcel Boilerplate

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 dev

You will edit the files under renderer basically, or under main if you want to configure Electron itself.

Deploy your application

The commands below release your application.

$ yarn clean
$ yarn build
$ yarn release