How to Install Deno On Windows 10 & Make Hello World App using Deno

Officla website

https://deno.land/

  1. Installing Deno on Windows 10 Command

iwr https://deno.land/x/install/install.ps1 -useb | iex

  1. Check Deno is running or Not

deno run https://deno.land/std/examples/welcom...

Running Deno Project

deno run ----allow-net welcome.ts

#deno #node #javascript #typescript

How to Install Deno On Windows 10 & Make Hello World App using Deno
36.20 GEEK