Skip to content

Instantly share code, notes, and snippets.

@marceloag
Created September 4, 2021 12:58
Show Gist options
  • Save marceloag/60113c577670766427344554e2a2530d to your computer and use it in GitHub Desktop.
Save marceloag/60113c577670766427344554e2a2530d to your computer and use it in GitHub Desktop.
Parcel Commands for dev & build
"dev": "parcel src/index.html",
"build": "parcel build src/index.html"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment