OssamaRafique / Deno-RESTAPI-Starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation Procedure

You can install it using the installers below, or download a release binary from the releases page.

Shell (Mac, Linux): curl -fsSL https://deno.land/x/install/install.sh | sh

PowerShell (Windows): iwr https://deno.land/x/install/install.ps1 -useb | iex

Homebrew (Mac): brew install deno

See DENO Land for more information.

How to run

run deno run --allow-net server.ts

About


Languages

Language:TypeScript 100.0%