How to start building a project with esbuild
This article will show how to start a project with esbuild as a bundler. I assume you have:
npm & node installed - https://nodejs.org
the folder you are working in is exposed with some HTTP server - Apache, Nginx, etc.
Package init
In an empty fol...
how-to.dev3 min read