-
Is there a command line tool that runs a webpack web server out of the box? Basically create-react-app's dev server, just without the "create-" bit?
-
Okay, I'm an idiot. parceljs does this *out of the box*.
npx parcel <path>/index.html
npx parcel <path>/index.html