Search⌘ K
AI Features

Challenge: The Deno Runtime and Standard Library

Explore how to use Deno's runtime and standard library to serve web content and manage files. This lesson guides you through serving a directory with network access and reading from and writing to the file system using Deno's secure permissions model.

We'll cover the following...

Task 1

You are provided with an initial code setup below. Using Deno, serve the current directory. Then navigate to index.html, and open the file to see the output. Also, provide the network and read access in the command.

The illustration below shows what the index.html ...