In this video we will see how to serve atatic files in Deno.
First I will show you how you can serve static files in Deno with standard library’s http server.
Then we will learn how to do it with oak framework.

Source code:
https://github.com/thecodeholic/deno-serve-static-files

#deno

Serve Static Files in Deno - 2 Different Ways
2.05 GEEK