How to install Deno on macOS / Linux & Create a Hello World App

Опубликовано: 01 Октябрь 2024
на канале: Recoding
979
10

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