A basic example of how to configure and start an Opine server.
Run this example using:
deno run --allow-net --allow-read ./examples/hello-world/index.ts
if have the repo cloned locally OR
deno run --allow-net --allow-read https://raw.githubusercontent.com/cmorten/opine/main/examples/hello-world/index.ts
if you don't!