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

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

Demo for my Node Congress 2023 Talk on Fresh
https://github.com/nickytonline/fresh-talk-demo

deno typescript

Last synced: about 2 months ago
JSON representation

Demo for my Node Congress 2023 Talk on Fresh

Awesome Lists containing this project

README

          

# Demo Project for Node Congress 2023

[![Nick Taylor’s talk, Fresh: a new full stack web framework for Deno](fresh-talk-node-congress2023.png)](https://portal.gitnation.org/contents/fresh-a-new-full-stack-web-framework-for-deno)

This is a demo project for [Nick Taylor](https://www.iamdeveloper.com/pages/about/)'s Node Congress 2023 talk on [Fresh](https://fresh.deno.dev), a new full stack web framework for Deno.

Resources:

- [slide deck](https://iamdeveloper.com/fresh)

## Usage

Ensure that you have [Deno installed](https://deno.land/manual@v1.28.3/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`