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

https://github.com/nickytonline/chicago-js-dec-2022-fresh-demo

A demo of Fresh for the Chicago JS December 2022 Meetup
https://github.com/nickytonline/chicago-js-dec-2022-fresh-demo

deno fresh typescript

Last synced: 7 months ago
JSON representation

A demo of Fresh for the Chicago JS December 2022 Meetup

Awesome Lists containing this project

README

          

# Demo Project for Chicago JS December 2022 Meetup

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

Resources:

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

## 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`