{"id":19429666,"url":"https://github.com/bene/template","last_synced_at":"2025-08-30T23:43:33.073Z","repository":{"id":135996024,"uuid":"586226836","full_name":"bene/template","owner":"bene","description":"Project template for building fullstack TypeScript applications in a monorepo. 🚀","archived":false,"fork":false,"pushed_at":"2023-02-05T22:22:15.000Z","size":95,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-25T05:42:57.683Z","etag":null,"topics":[],"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/bene.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":"2023-01-07T11:51:05.000Z","updated_at":"2023-03-03T18:26:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"defa1d78-c1dc-4154-869f-465b04f52c9f","html_url":"https://github.com/bene/template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/bene/template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bene%2Ftemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bene%2Ftemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bene%2Ftemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bene%2Ftemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bene","download_url":"https://codeload.github.com/bene/template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bene%2Ftemplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272922270,"owners_count":25015766,"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-30T02:00:09.474Z","response_time":77,"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":[],"created_at":"2024-11-10T14:20:33.305Z","updated_at":"2025-08-30T23:43:33.055Z","avatar_url":"https://github.com/bene.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @bene/template\n\n\u003e Work in progress\n\nProject template for building fullstack TypeScript applications.\n\n## Components\n\n### Apps\n\n| Name   | Description                |\n| ------ | -------------------------- |\n| api    | Empty Node.js app          |\n| web    | React Web app (SPA)        |\n| mobile | ReactNative app using Expo |\n\n### Packages\n\n| Name  | Description                                                         |\n| ----- | ------------------------------------------------------------------- |\n| sdk   | An SDK packages which is intended to be published on npm            |\n| utils | Code which is used in multiple packages in the project              |\n| types | TypeScript types which are used in multiple packages in the project |\n\n## Usage\n\n### 0. Clone repo and re-init\n\n```shell\ngit clone git@github.com:bene/template.git\nrm -rf .git\ngit init\n```\n\n### 1. Rename project\n\nReplace all occurrences of `@template` with the name of the project.\n\n### 2. Customize\n\nOften not all of the default packages are needed.\n\n```shell\nrm -rf apps/mobile\n```\n\nOr packages should have a different name\n\n```shell\nmv packages/utils packages/shared\n```\n\n### 3. Update deps\n\nThe dependencies are not updated automatically and will be outdated most of the\ntime.\n\n```shell\nyarn\nyarn outdated\n```\n\n### 4. Start development\n\nTo start all apps [Turborepo](https://turbo.build/) is used.\n\n```shell\nyarn dev\n```\n\n## Deployment\n\n### API\n\n| Option    | Description                     | Requirements                                                                                                                                              |\n| --------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| Dokku     | CI/CD to Dokku                  | `SSH_PRIVATE_KEY` repo secret containing an SSH key to access the Dokku server\u003cbr\u003e `deploy-dokku.yml` must be updated to use the correct `git_remote_url` |\n| Cloud Run | Serverless platform from Google | Setup in Cloud Console                                                                                                                                    |\n| Docker    | Run Docker image manually       | None                                                                                                                                                      |\n\n### Web\n\n| Option      | Description                             | Requirements             |\n| ----------- | --------------------------------------- | ------------------------ |\n| Netlify     | Static site hosting platform            | Setup in console         |\n| Self-hosted | Traditionally way of deploying web apps | File server (e.g. Caddy) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbene%2Ftemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbene%2Ftemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbene%2Ftemplate/lists"}