/eliquidines

Primary LanguageJavaScriptMIT LicenseMIT

eliquidines

Yarn scripts 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