/fs-routing-deno

Basic FS Routing in a SSR Application Demo running on Deno using Hono and Preact.

Primary LanguageTypeScriptMIT LicenseMIT

Basic FS Routing with Deno and Hono

The Stack - Graphic Art by LePichu

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.

How to run

Run deno run --allow-net --allow-read main.ts to start the server, then navigate to localhost:3000 to see the app.

License

fs-routing-deno is licensed under MIT License, see LICENSE for more information.