About This repository is a simple proof of concept around HTMX, and since it can be linked to an HTTP backend, I chose Bun. Stack: - Bun for the JavaScript engine - Fastify for the web server - HTMX for that sweet HyperText overdrive - And…that’s it ! Objectives Show how HTMX can be handled with a Typescript first backend Have fun ! How to build $ bun install How to start $ bun start