In this video, we are going to learn Serving HTML, CSS and Static file with Deno Server

Packages use :

  1. Oak Application
    https://deno.land/x/oak/mod.ts

  2. View Engine
    https://deno.land/x/view_engine/mod.ts

To run application use command
If you are using Denon then follow this command:
denon run --allow-net --allow-read app.ts

otherwise use:

deno run --allow-net --allow-read app.ts

#deno #node #javascript #typescript #web-development

Serving HTML,CSS in Deno with View Template Engine
32.15 GEEK