This video is a step by step instruction that how to install Deno on macOS with proper commands.
1. Installing Deno on macOS Command
curl -fsSL https://deno.land/x/install/install.sh | sh
2. Check Deno is running or Not
deno run https://deno.land/std/examples/welcom...
Running Deno Project
deno run ----allow-net welcome.ts
We finally build a hello world application using Deno.
Follow us on
📝 @Medium - / recoding
🐦 @Twitter - / recoding_io
🦄 @Dev.to - https://dev.to/recoding