Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 322 Bytes

File metadata and controls

8 lines (6 loc) · 322 Bytes

dsbuild React example

Demo of a simple client-side React app 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!