{"id":21726151,"url":"https://github.com/erictherobot/deno-app-1","last_synced_at":"2025-10-08T07:51:04.002Z","repository":{"id":46536490,"uuid":"514944958","full_name":"erictherobot/deno-app-1","owner":"erictherobot","description":"Deno Fresh Web App Demo","archived":false,"fork":false,"pushed_at":"2022-07-22T14:46:20.000Z","size":208,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T22:55:32.904Z","etag":null,"topics":["colorfuldots","deno","denodeploy","denofresh","fresh"],"latest_commit_sha":null,"homepage":"https://deno-app-1.deno.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erictherobot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-17T20:09:57.000Z","updated_at":"2024-04-11T05:56:46.000Z","dependencies_parsed_at":"2022-08-27T05:04:15.837Z","dependency_job_id":null,"html_url":"https://github.com/erictherobot/deno-app-1","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erictherobot/deno-app-1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictherobot%2Fdeno-app-1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictherobot%2Fdeno-app-1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictherobot%2Fdeno-app-1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictherobot%2Fdeno-app-1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erictherobot","download_url":"https://codeload.github.com/erictherobot/deno-app-1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictherobot%2Fdeno-app-1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278909711,"owners_count":26066887,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["colorfuldots","deno","denodeploy","denofresh","fresh"],"created_at":"2024-11-26T03:21:44.668Z","updated_at":"2025-10-08T07:51:03.981Z","avatar_url":"https://github.com/erictherobot.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Let's build a web app using Deno + Deno Deploy + Deno Fresh Web Framework\n\n#### Watch The Youtube Video\n\n[![Fetching data using Deno Fresh Web Framework - It's Hyper Fast!!!](https://i.ytimg.com/vi/Qt-YQ0VmgCU/maxresdefault.jpg)](https://www.youtube.com/watch?v=Qt-YQ0VmgCU)\n\n### What is Deno?\nDeno is a simple, modern and secure runtime for JavaScript, TypeScript, and WebAssembly that uses V8 and is built in Rust.\n\n- Provides web platform functionality and adopts web platform standards.\n- Secure by default. No file, network, or environment access, unless explicitly enabled.\n- Supports TypeScript out of the box.\n- Ships only a single executable file.\n- Has built-in development tooling like a dependency inspector (deno info) and a code formatter (deno fmt).\n- Has a set of reviewed (audited) standard modules that are guaranteed to work with Deno: deno.land/std.\n- Has a number of companies interested in using and exploring Deno.\n\n### Deno Installation (Mac, Linux)\n`curl -fsSL https://deno.land/install.sh | sh`\n\n### Missing deno command fix\nIn order to get deno working with your terminal, you may have to add the following to your `~/.zshrc` or `~/.bashrc` file like so:\n\n```\n# Deno\nexport DENO_INSTALL=\"/Users/\u003cyour computer name\u003e/.deno\"\nexport PATH=\"$DENO_INSTALL/bin:$PATH\"\n```\n\n### What is Deno Fresh?\nFresh is a next generation web framework, built for speed, reliability, and simplicity. Some stand out features:\n\n- Just-in-time rendering on the edge.\n- Island based client hydration for maximum interactivity. (partial hydration)\n- Zero runtime overhead: no JS is shipped to the client by default.\n- No build step.\n- No configuration necessary.\n- TypeScript support out of the box.\n\n\n\n#### Visit Fresh\nhttps://fresh.deno.dev/\n\n### Deno Fresh Install\n`deno run -A -r https://fresh.deno.dev my-project`\n\n### Deno Fresh Start (Start the project)\n`deno task start`\n\n### Navigate to \n- http://localhost:8000/posts\n- http://localhost:8000/post/1\n\n### Deno Fresh Network Tab\nLet's take a look at what is being rendered in the Chrome Dev Tools Network Tab.\n\n### Why Deno Deploy?\n- Instant deployments\n- Located in 34 regions worldwide\n- Zero config, zero maintenance\n- TypeScript, Wasm, ES Modules\n\n### What is Deno Deploy?\nDeno Deploy is a distributed system that runs JavaScript, TypeScript, and WebAssembly at the edge, worldwide. The service deeply integrates the V8 JavaScript runtime with a high performance asynchronous web server to provide optimal performance without unnecessary intermediate abstractions.\n\n### Deno Deploy Pricing\n- https://deno.com/deploy/pricing\n\n### Our Project on Deno Deploy\n- https://deno-app-1.deno.dev/\n\n### Deno Docs\nWhen you get stuck, the docs are really great:\nhttps://deno.land/manual/introduction\n\n### VS Code extensions\nOne of the best plugins to install for Deno with VS Code is:\nhttps://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferictherobot%2Fdeno-app-1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferictherobot%2Fdeno-app-1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferictherobot%2Fdeno-app-1/lists"}