joshgillies / deno-codespace

Deno Codespace Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Deno Codespace Template

License:MIT License


Languages

Language:TypeScript 100.0%