Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 423 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 423 Bytes

dsbuild basic example

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.

  1. After installing dsbuild, run dsbuild --serve --watch from this directory.
  2. Open up http://localhost:8000 in a browser.
  3. Make some changes to src/app.ts.
  4. Refresh the page in your browser, and you should see your updates instantly!