### [Esbuild](https://esbuild.github.io/) An extremely fast JavaScript bundler written in Go. #### structure path - **public** - favicon.ico - **locales** - ... - **src** - app.tsx - index.html - ... - package.json - tsconfig.json - es-build.mjs - ... #### script notes - script output dir is `esbuild-server`. - typescript check is active by default. comment the line `createTscServer()` to disable it. - eslint server can be activated when the script is invoked with --lint flag.