This is a Demo demonstrating how to use the Hono to make a basic SSR (Server Side Rendering) application with Deno and Preact, tho the same technique can be applied to any framework, may or may not require a buildstep.
Run deno run --allow-net --allow-read main.ts
to start the server, then navigate to localhost:3000
to see the app.
fs-routing-deno
is licensed under MIT License, see LICENSE for more information.