https://github.com/yaanno/lonely-deno
SSR with Fresh & Deno
https://github.com/yaanno/lonely-deno
deno fresh ssr
Last synced: over 1 year ago
JSON representation
SSR with Fresh & Deno
- Host: GitHub
- URL: https://github.com/yaanno/lonely-deno
- Owner: yaanno
- Created: 2022-09-29T22:39:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T15:55:04.000Z (over 3 years ago)
- Last Synced: 2025-01-14T13:13:56.665Z (over 1 year ago)
- Topics: deno, fresh, ssr
- Language: TypeScript
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fun with fresh & deno
SSR of a list of "articles" from a static `json` datasource just for fun.
Checking out the `islands` concept.
### Usage
Get Deno & Fresh first:
```
brew install deno
```
Start the project in `dev` mode:
```
deno task start
```
This will watch the project directory and restart as necessary.
Start the project in `build` mode:
```
deno task serve
```
This will disable the watch function and simply serve the latest "build". In
reality just loads the latest project files (super fast) in SSR mode.
### TODO
- proper composed filtering
- normalled data