web-js template for bootstrap development.
Debug & write examples: webpack v5.
Test: jest.
Bundle: esbuild & tsc.
lint & formatter: eslint + prettier.
> yarn dev # development. webpack-dev-server with HMR.
> yarn test:watch # jest watch.
> yarn build # bundle using esbuild & generate type definition via tsc.