How to set up a dev server with esbuild
In this article, I'll show how to add a development server to the simple application we started in part 1.
Possible approaches
There are two alternative ways we can achieve our goal.
Autorebuild
The first is to have the same setup we had in part 1, ...
how-to.dev3 min read