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
- Host: GitHub
- URL: https://github.com/nickytonline/fresh-talk-demo
- Owner: nickytonline
- License: mit
- Created: 2023-02-04T21:52:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T11:39:34.000Z (about 3 years ago)
- Last Synced: 2025-04-02T00:31:30.248Z (about 1 year ago)
- Topics: deno, typescript
- Language: TypeScript
- Homepage: https://iamdeveloper.com/fresh-demo
- Size: 354 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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 Node Congress 2023
[](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`