Deploy with Deno Deploy:
This is the starter I wish I had two weeks ago. The simplest JSX setup you can use for Deno server side rendered apps.
apply
stylesInstall denon
Create a .env
file to enable live reload:
echo "ENABLE_LIVE_RELOAD=true" > .env
denon dev
/** @jsxImportSource https://esm.sh/[email protected]/lib **/
in every jsx component is unfortunately required to deploy on Deno Deploy — they don't support import maps yet.