This example shows how you can render and hydrate a simple Riot.js application using deno.
This demo works only on V8 based browser because importmap is not yet 100% supported
Download or clone this repo. Install packages.
$ npm installAnd then run the oak server using
$ npm startUse the following command to watch the frontend files and update
$ npm watchNotice that Deno dosn't support (hmr) livereload yet