Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 431 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 431 Bytes

tonttu-peli

Usage

Development mode

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

Production mode and packaging app

Run this command to bundle code in production mode

# Parcel bundle code once
$ npm run build

# Create executables
$ npm run dist