/deno-codespace

Deno Codespace Template

Primary LanguageTypeScriptMIT LicenseMIT

Deno Codespace Template 🦕

A simple template to fast track testing Deno using Github Codespaces.

Getting Started

The following command will start a basic http server that's included in this repo:

# deno run --allow-net --allow-env --watch --unstable mod.ts

If everything worked it should output a URL to access the http server running inside your new Codespace.