{"id":20752226,"url":"https://github.com/ynwd/keno","last_synced_at":"2026-05-11T07:28:33.590Z","repository":{"id":122402888,"uuid":"247786722","full_name":"ynwd/keno","owner":"ynwd","description":"TypeScript fastify+react monolithic webapp","archived":false,"fork":false,"pushed_at":"2024-03-24T02:17:27.000Z","size":757,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-25T03:25:43.661Z","etag":null,"topics":["dependency-injection","fastify","react","typescript"],"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/ynwd.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":"2020-03-16T18:17:10.000Z","updated_at":"2020-03-24T22:38:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"5650bfdc-c8f9-4f34-99d9-74f84a4727e4","html_url":"https://github.com/ynwd/keno","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ynwd/keno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynwd%2Fkeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynwd%2Fkeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynwd%2Fkeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynwd%2Fkeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ynwd","download_url":"https://codeload.github.com/ynwd/keno/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynwd%2Fkeno/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272424369,"owners_count":24932893,"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-08-28T02:00:10.768Z","response_time":74,"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":["dependency-injection","fastify","react","typescript"],"created_at":"2024-11-17T08:40:17.731Z","updated_at":"2026-05-11T07:28:33.561Z","avatar_url":"https://github.com/ynwd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keno\n\nFast monolithic webapp. Build with `fastify-di`, `react`, `typeorm`, and `webpack`. Hot module replacement (HMR) ready.\n\n- [Folder Structure](#folder-structure)\n- [Production Usage](#production-usage)\n- [Development](#development)\n- [Add new end point](#add-new-end-point)\n\n## Folder Structure\n```\n.\n├── src\n│   ├── main.ts\n│   ├── components\n│   │   └── index.tsx\n│   ├── plugins\n│   │   ├── ejs.plugin.ts\n│   │   ├── hmr.plugin.ts\n│   │   └── static.plugin.ts\n│   ├── react.controller.ts\n│   ├── templates\n│   │   ├── hmr.html\n│   │   └── react.ejs\n│   └── webpack.config.ts\n├── server.config.js\n├── package.json\n├── tsconfig.build.json\n└── tsconfig.json\n```\n## Production Usage\n```\nnpm install\nnpm run build\nnpm start\n```\n## Development\n```\nnpm run dev\n```\n\n## Add new end point\nJust make a new controller \u0026 service class. Check this example for detail: https://github.com/ynwd/fastify-di-example\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fynwd%2Fkeno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fynwd%2Fkeno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fynwd%2Fkeno/lists"}