Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nickytonline/fresh-demo
- Owner: nickytonline
- License: mit
- Created: 2024-02-10T04:35:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T03:08:47.000Z (19 days ago)
- Last Synced: 2024-10-27T04:20:01.704Z (19 days ago)
- Topics: deno, preact, typescript
- Language: TypeScript
- Homepage: https://so-fresh-demo.deno.dev
- Size: 381 KB
- Stars: 1
- 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 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`