Skip to content

Latest commit

 

History

History

deno

Deno SSR Example

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

Run locally

Download or clone this repo. Install packages.

$ npm install

And then run the oak server using

$ npm start

Use the following command to watch the frontend files and update

$ npm watch

Notice that Deno dosn't support (hmr) livereload yet