rem’s avatarrem’s Twitter Archive—№ 66,457

  1. 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?
    1. …in reply to @rem
      Okay, I'm an idiot. parceljs does this *out of the box*. npx parcel <path>/index.html