Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 274 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 274 Bytes

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.