Demo of a simple Markdown rendering web app built with Deno.
It imports marked
, a npm library, made compatible with Deno/ESM by https://esm.sh.
- After installing
dsbuild
, rundsbuild --serve --watch
from this directory. - Open up http://localhost:8000 in a browser.
- Make some changes to
src/app.ts
. - Refresh the page in your browser, and you should see your updates instantly!