How to bootstrap javascript project with esbuild
This article will present a simple code generator for kicking off a browser project that uses esbuild as a bundler.
Code generator
For generating code, I'm using degit. It allows you to start a new project directly from a GitHub repository without dr...
how-to.dev2 min read