/deno-rest

Primary LanguageTypeScriptMIT LicenseMIT

running

git clone git@github.com:pavanjadhaw/deno-rest.git
cd deno-rest
deno run --allow-net server.ts

 

vscode dev setup for deno

install deno from deno.land
install vscode-deno

configure typescript-deno-plugin

npm install --save-dev typescript-deno-plugin typescript

Finally, run the Select TypeScript version command in VS Code to switch to use the workspace version of TypeScript for VS Code's JavaScript and TypeScript language support. You can find more information about managing typescript versions in the VS Code documentation.

additional information