Skip to content

Latest commit

 

History

History

react-static

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.