https://github.com/microwebstacks/deno_fresh
experimenting with deno deploy and fresh framework
https://github.com/microwebstacks/deno_fresh
Last synced: 4 months ago
JSON representation
experimenting with deno deploy and fresh framework
- Host: GitHub
- URL: https://github.com/microwebstacks/deno_fresh
- Owner: MicroWebStacks
- Created: 2022-07-02T11:11:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T11:53:47.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T14:22:11.673Z (8 months ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deno_fresh
experimenting with deno deploy and fresh framework- Fresh : https://deno.com/blog/fresh-is-stable
- deno install : https://deno.land/manual/getting_started/installation
- islands architecture : https://www.patterns.dev/posts/islands-architecture/
- preact : https://preactjs.com/
- project : https://dash.deno.com/projects/chek-awesome-new-test
- live demo : https://chek-awesome-new-test.deno.dev/awesome, no build, just push
```shell
irm https://deno.land/install.ps1 | iex
deno run -A -r https://fresh.deno.dev my-app
```