This is a super simple server that uses es-react to server render a react component within deno.
The only dependency is deno, but there's a Makefile to simplify building and running the code. If you're on a *nix system, just run make run
to bundle and start the server
It's not ideal, but I'm unaware of any good deno build tools
Deno doesn't specify the JSX.IntrinsicElements
interface, and I didn't know about it when I started, so I didn't use typescript.