This is a minimal project with Hono for Deno
- Minimal
- TypeScript
- Deno — A modern runtime for JavaScript and TypeScript to develop and deploy.
git clone https://github.com/jellydn/hono-minimal-deno-app
deno task dev
deno task test
Install deployctl: the command line tool for Deno Deploy.
deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check -r -f https://deno.land/x/deploy/deployctl.ts
Then
deployctl deploy --project=hello-hono-deno ./main.ts
- Hono https://honojs.dev
- Hono examples: https://github.com/honojs/examples
👤 Dung Huynh
- Website: https://productsway.com/
- Twitter: @jellydn
- Github: @jellydn
Give a ⭐️ if this project helped you!