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

https://github.com/santima10/deno-example

🚀 A deno example running in Google Cloud Run
https://github.com/santima10/deno-example

cloud-run deno google-cloud-run

Last synced: 7 months ago
JSON representation

🚀 A deno example running in Google Cloud Run

Awesome Lists containing this project

README

          

# Deno

> An example using deno

## How to setup

### Install deno

```bash
curl -fsSL https://deno.land/x/install/install.sh | sh
```

### Run it with deno

```bash
deno run --allow-net --allow-env server.ts
```