Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 705 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 705 Bytes

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.