Skip to content

Latest commit

 

History

History

hello-world

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

hello-world

A basic example of how to configure and start an Opine server.

How to run this example

Run this example using:

deno run --allow-net ./examples/hello-world/index.ts

if have the repo cloned locally OR

deno run --allow-net https://raw.githubusercontent.com/asos-craigmorten/opine/main/examples/hello-world/index.ts

if you don't!