Skip to content

Commit

Permalink
feat: add more links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
LePichu authored Apr 25, 2023
1 parent cfb14ee commit e08d7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Basic FS Routing with Deno and Hono
![The Stack - Graphic Art by LePichu](https://repository-images.githubusercontent.com/632001011/44d80a85-57be-4ec0-a46c-4b636760116e)
---
This is a Demo demonstrating how to use the [Hono](https://hono.dev/) 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.
This is a Demo demonstrating how to use the [Hono](https://hono.dev/) to make a basic SSR (Server Side Rendering) application with [Deno](https://deno.land/) and [Preact](https://preactjs.com/), 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.
Expand Down

0 comments on commit e08d7e6

Please sign in to comment.