ESbuild TS HTML Fixture
Motivation
Sometimes a simple HTML+CSS+JS toolchain is needed for rapid experimentation.
However, speed comes at a cost, and TypeScript +
esbuild might help.
Trying out the Process
IDEs
In order for Typescript tooling to work in IDEs, run npm i
to fetch type dependencies.
Reformat the code using npm run prettier
.
Using the Pattern
Simply, copy all non-ignored files from this repo into your project and continue from there.
Background
Initial experiment: https://github.com/d-led/esbuild-test