Hacker News new | ask | show | jobs
by TechSupportJosh 1883 days ago
Using something like Parcel means it's usually as easy as adding parcel serve or parcel build to package.json and it handles the transpile, module resolution, bundling, tree shaking and hot reload for development.