mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
* add frontmatter to BlitzJS starter * add frontmatter to all starters * add plugins and envVars * fix envVars formatting * fix key for defaultValue in envVars * remove unused frontmatter
586 B
586 B
title, description, tags
| title | description | tags | ||
|---|---|---|---|---|
| Deno | A small Deno webserver |
|
Deno Example
This example is a small Deno webserver.
✨ Features
- Deno
- TypeScript
💁♀️ How to use
- Install Deno
- Run server
deno --allow-net --allow-env src/index.ts
📝 Notes
This is an experimental example and should not be used in production.