Parcelmon is like a nodemon
but for parcel.
It is hooked to parcel-bundler
and relunches your server when parcel is done rebuilding.
yarn add -D parcelmon
parcelmon --entry=./src/index.ts
--entry
- app entry | required
--outDir
- where to put built code | optional, defaults to ./dist
parcelmon --entry=./src/index.ts --outDir=./bin