Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 686 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 686 Bytes

Fresh Preact Pokemon Demo Code

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.

Live Demo

You can view the live demo here

Usage

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.