Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yasu-s/deno-sample

Deno sample
https://github.com/yasu-s/deno-sample

deno docker typescript vscode vscode-devcontainer vscode-remote

Last synced: 12 days ago
JSON representation

Deno sample

Awesome Lists containing this project

README

        

# Overview

- This is a sample that builds the development environment of [Deno](https://deno.land/) using the extension "[Remote-Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)" of [Visual Studio Code](https://code.visualstudio.com/).

# Development environment

- [Visual Studio Code](https://code.visualstudio.com/)
- [Remote-Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
- [Docker Desktop](https://www.docker.com/products/docker-desktop)

# Execution
```bash
deno run --allow-net main.ts
```

# Check
- http://localhost:8080/

![deno2](https://user-images.githubusercontent.com/2668146/82136819-884e7100-984c-11ea-8cd7-d312702d5af7.png)

# 参考URL
- https://deno.land/
- https://github.com/microsoft/vscode-dev-containers