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
- Host: GitHub
- URL: https://github.com/nickytonline/chicago-js-dec-2022-fresh-demo
- Owner: nickytonline
- License: mit
- Created: 2022-12-13T22:31:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T14:35:06.000Z (almost 3 years ago)
- Last Synced: 2025-02-07T15:45:43.765Z (8 months ago)
- Topics: deno, fresh, typescript
- Language: TypeScript
- Homepage: https://chicago-fresh.deno.dev
- Size: 24.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
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`