Skip to content

Latest commit

 

History

History

static-files

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

static-files

An example of how to serve static files to a user using the Opine serveStatic middleware.

How to run this example

Run this example using:

deno run --allow-net --allow-read ./examples/static-files/index.ts

after cloning the repo locally.