- see esbuild docs
npm i
npm run all
also:
npm run all
to generatedist
- open index.html in the browser
- observe the effect of the reused code
- main.go is a custom esbuild 'script'
- src/main.ts gets transpiled and bundled into the dist directory
- index.html loads bundled js