This is a demonstration app for Fresh that shows how to use SSR, the islands functionality, APIs and more. You do need to connect it to a Directus Cloud database.
You can view the live demo here
Start the project:
$env:DB="YOUR_DB_NAME"; $env:TOKEN="YOUR_DB_TOKEN" deno task start
This will watch the project directory and restart as necessary.