Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshgillies/deno-codespace

Deno Codespace Template
https://github.com/joshgillies/deno-codespace

Last synced: 5 days ago
JSON representation

Deno Codespace Template

Awesome Lists containing this project

README

        

# 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:

```sh
# 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.