Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nickytonline/fresh-demo

Demo for my 2024 Talks on Fresh
https://github.com/nickytonline/fresh-demo

deno preact typescript

Last synced: 15 days ago
JSON representation

Demo for my 2024 Talks on Fresh

Awesome Lists containing this project

README

        

# Demo Project for Fresh

This is a demo project for [Nick Taylor](https://www.nickyt.co/pages/about/)'s 2024 talks on [Fresh](https://fresh.deno.dev), a full stack web framework for Deno.

Resources:

- [slide deck](https://nickyt.co/slides/fresh)

## Usage

Ensure that you have [Deno installed](https://docs.deno.com/runtime/manual/getting_started/installation).

### Start the project

To start the project, run `deno task start`

This will watch the project directory and restart as necessary.

### Debug the project

To debug the project, run `deno task debug`