Skip to content

๐Ÿ“ฆ๐Ÿš€ A minimal Electron + React.js boilerplate project with parcel as bundler.

Notifications You must be signed in to change notification settings

Snjoo/parcel-react-electron

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

parcel-react-electron

A minimal Electron + React.js boilerplate with parcel as bundler. Parcel is an alternative web application bundler to Webpack.

Installation

  • git@github.com:Snjoo/parcel-react-electron.git
  • cd parcel-react-electron
  • yarn

Usage

Development mode

Run these commands to start dev server and Electron app

# Parcel bundles the code and runs dev server
$ yarn dev

# Run the electron app which uses local dev server
$ yarn start-dev

Production mode and packaging app

Run this command to bundle code in production mode

# Parcel bundle code once
$ yarn build

# Create executables
$ yarn dist

About

๐Ÿ“ฆ๐Ÿš€ A minimal Electron + React.js boilerplate project with parcel as bundler.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 69.6%
  • HTML 16.4%
  • CSS 14.0%