Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joshgillies/deno-codespace
- Owner: joshgillies
- License: mit
- Created: 2020-10-22T12:28:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-03T07:58:49.000Z (about 4 years ago)
- Last Synced: 2024-10-19T00:15:19.266Z (27 days ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.