/electron-parcel-react-starter

A starter project using Electron, React, and Parcel

Primary LanguageJavaScript

electron-parcel-react-starter

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 😎.

Install

Clone this repo

git clone https://github.com/jh3y/electron-parcel-react-starter.git

Install dependencies

npm install

or

yarn

Usage

Run the app

npm run dev

or

yarn dev

Build the app (automatic)

npm run package

or

yarn package

Built by @jh3y 2020 MIT