Demo of a simple static React website written in Deno.
- After installing
dsbuild
, rundeno task run
from this directory. - Open up http://localhost:8000 in a browser.
- Make some changes to
src/app.tsx
. - 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.