Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 418 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 418 Bytes

assigned-port

A basic example of starting an Opine server with a port that is assigned for you.

How to run this example

Run this example using:

deno run --allow-net --allow-read ./examples/assigned-port/index.ts

if have the repo cloned locally OR

deno run --allow-net --allow-read https://raw.githubusercontent.com/cmorten/opine/main/examples/assigned-port/index.ts

if you don't!