← Back to context

Comment by ksbrooksjr

2 years ago

I wrote a whole blog post about this (unfortunately HN immediately marks my submissions as dead), but I've been developing a minimal little template that uses:

- hono for routing on the server

- preact for building the ui

- goober for styling

- wouter-preact for client-side routing

The whole thing has 6 prod dependencies, 3 dev dependencies, and 17 dependencies total if you include transitive dev and prod dependencies. It can be deployed to any JS runtime (including edge runtimes like Deno Depoy and Cloudflare Workers).