An open API service indexing awesome lists of open source software.

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

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
```