Rendering HTML,CSS and Static Files inside Deno with View Engine Template | Deno Tutorial

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 #html #css #developer

Serving HTML, CSS and Static File with Deno Server
37.10 GEEK