Run these commands to start dev server and Electron app
# Parcel bundles the code and runs dev server
$ npm run dev
# Run the electron app which uses local dev server
$ npm run start-dev
Run this command to bundle code in production mode
# Parcel bundle code once
$ npm run build
# Create executables
$ npm run dist