{"id":19466628,"url":"https://github.com/fujiharuka/deno-react-minimal-starter","last_synced_at":"2026-05-01T21:03:14.587Z","repository":{"id":81196266,"uuid":"441809048","full_name":"FujiHaruka/deno-react-minimal-starter","owner":"FujiHaruka","description":"Minimal starter template for React project that uses Deno as a  bundler","archived":false,"fork":false,"pushed_at":"2021-12-26T04:31:07.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-25T13:51:45.773Z","etag":null,"topics":["deno","react"],"latest_commit_sha":null,"homepage":"","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/FujiHaruka.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-26T04:30:22.000Z","updated_at":"2021-12-26T04:33:02.000Z","dependencies_parsed_at":"2023-04-10T16:47:31.957Z","dependency_job_id":null,"html_url":"https://github.com/FujiHaruka/deno-react-minimal-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FujiHaruka/deno-react-minimal-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FujiHaruka%2Fdeno-react-minimal-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FujiHaruka%2Fdeno-react-minimal-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FujiHaruka%2Fdeno-react-minimal-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FujiHaruka%2Fdeno-react-minimal-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FujiHaruka","download_url":"https://codeload.github.com/FujiHaruka/deno-react-minimal-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FujiHaruka%2Fdeno-react-minimal-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32512670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["deno","react"],"created_at":"2024-11-10T18:29:28.681Z","updated_at":"2026-05-01T21:03:14.568Z","avatar_url":"https://github.com/FujiHaruka.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minmal starter for React with Deno\n\nThis project is a minmal starter template to compile React JSX (`.tsx`) files into a bundled JavaScript file using Deno.\n\nYou don't need Node.js or `npm install` command to compile them, but just [Deno](https://deno.land/) is required.\n\nThe `deno bundle` command enables you to use Deno as a bundler for client side JavaScript.\n\nDeno from 1.16 supports JSX, which means you can bundle `.jsx` and `.tsx` files. This project is an example for Deno's compilation of React projects.\n\n## Get started\n\nAfter cloning this project, just following command bundles TSX files into a bundled JS file.\n\n\n```sh\ndeno bundle -c tsconfig.json src/app.tsx public/bundle.js\n```\n\nAnd you can see the result by serving the `public/` folder.\n\n\n```sh\ndeno run --allow-net --allow-read https://deno.land/std/http/file_server.ts public/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffujiharuka%2Fdeno-react-minimal-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffujiharuka%2Fdeno-react-minimal-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffujiharuka%2Fdeno-react-minimal-starter/lists"}