Slide 16
Slide 16 text
16
GETTING UP TO SPEED WITH DENO
Deno Serve
Now to get our server running you have to initiate the deno in the
terminal by running:
The official comand to get deno running is `deno run`, we also added
a network flag to give access to our local network and we also added
a route to the specific file we would like to serve.