Skip to content

Files

Latest commit

 

History

History
10 lines (7 loc) · 428 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 428 Bytes

dsbuild React example

Demo of a simple static React website written in Deno.

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

NOTE: This mode does not support import maps currently, all imports must be absolute or relative URLs.