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

https://github.com/jrschmidtt/api-deno

Deno npm support usage testing.
https://github.com/jrschmidtt/api-deno

deno docker typescript

Last synced: about 2 months ago
JSON representation

Deno npm support usage testing.

Awesome Lists containing this project

README

          

# Deno api

Install Deno o Arch linux
```
sudo pacman -Syu deno
```

Run deno
```bash
deno run -A main.ts
```

Docker
```bash
docker run -it -p 8000:8000 -v $PWD:/app denoland/deno:1.29.4 run -A /app/main.ts
```

Docker Compose
```bash
docker-compose up -d
```