{"id":29099869,"url":"https://github.com/thmsmtylr/turborepo-starter","last_synced_at":"2025-07-23T19:32:01.068Z","repository":{"id":38787397,"uuid":"461806849","full_name":"thmsmtylr/turborepo-starter","owner":"thmsmtylr","description":"A starter monorepo built with Turborepo, Nextjs, Docker, Rollup, Typescript, Storybook, Jest and Tailwind.","archived":false,"fork":false,"pushed_at":"2024-09-27T19:28:01.000Z","size":176911,"stargazers_count":96,"open_issues_count":7,"forks_count":16,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-28T17:14:06.623Z","etag":null,"topics":["circleci","docker","eslint","github-actions","jest","nextjs","prettier","react","rollup","storybook","tailwindcss","turborepo","typescript"],"latest_commit_sha":null,"homepage":"https://turborepo-starter-admin.vercel.app","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/thmsmtylr.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,"zenodo":null}},"created_at":"2022-02-21T10:17:31.000Z","updated_at":"2025-05-24T02:02:51.000Z","dependencies_parsed_at":"2024-07-12T14:11:24.830Z","dependency_job_id":"c6f9c8ae-8cb2-48dd-9d80-a1e80417669b","html_url":"https://github.com/thmsmtylr/turborepo-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/thmsmtylr/turborepo-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thmsmtylr%2Fturborepo-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thmsmtylr%2Fturborepo-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thmsmtylr%2Fturborepo-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thmsmtylr%2Fturborepo-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thmsmtylr","download_url":"https://codeload.github.com/thmsmtylr/turborepo-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thmsmtylr%2Fturborepo-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266738301,"owners_count":23976414,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["circleci","docker","eslint","github-actions","jest","nextjs","prettier","react","rollup","storybook","tailwindcss","turborepo","typescript"],"created_at":"2025-06-28T17:12:06.558Z","updated_at":"2025-07-23T19:32:01.042Z","avatar_url":"https://github.com/thmsmtylr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Turborepo starter (Next.js, TypeScript, Docker, ESLint, Jest, Prettier, Rollup.js, Tailwind, Storybook)\n\n[![CircleCI](https://dl.circleci.com/status-badge/img/gh/thmsmtylr/turborepo-starter/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/thmsmtylr/turborepo-starter/tree/main)[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=thmsmtylr_turborepo-starter\u0026metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=thmsmtylr_turborepo-starter)\n\n## What's inside?\n\nThis turborepo uses [Yarn](https://classic.yarnpkg.com/lang/en/) as a package manager. It includes the following packages/apps:\n\n### Apps and Packages\n\n- `docs`: a [Next.js](https://nextjs.org) app\n- `web`: another [Next.js](https://nextjs.org) app\n- `admin`: another [Next.js](https://nextjs.org) app\n- `ui`: a stub React component library shared by `docs`, `web`, and `admin` applications\n- `storybook`: a [Storybook.js](https://storybook.js.org/) app\n- `config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)\n- `tsconfig`: `tsconfig.json`s used throughout the monorepo\n\n### Utilities\n\nThis turborepo has some additional tools already setup for you:\n\n- [TypeScript](https://www.typescriptlang.org/) for static type checking\n- [ESLint](https://eslint.org/) for code linting\n- [Jest](https://jestjs.io) test runner for all things JavaScript\n- [Prettier](https://prettier.io) for code formatting\n- [Rollup.js](https://rollupjs.org) module bundler for packaging the component library\n- [GitHub Actions](https://docs.github.com/en/actions) for publishing the component library\n- [Docker](https://www.docker.com/) as an alternative build/development tool\n- [Tailwind](https://tailwindcss.com/) a utility first css framework for styling\n- [Storybook.js](https://storybook.js.org/) build component driven UIs faster\n\n### Build\n\nTo build all apps and packages, run the following command:\n\n```\ncd turborepo-starter\nyarn run build\n```\n\n### Develop\n\nTo develop all apps and packages, run the following command:\n\n```\ncd turborepo-starter\nyarn run dev\n```\n\nor\n\n```\ncd turborepo-starter\ndocker-compose up --build\n```\n\n### UI\n\nTodo\n\n### Vercel Deployment\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fthmsmtylr%2Fturborepo-starter)\n\nEach app in your `apps` directory will need to be deployed as seperate projects. See `vercel.json` for Vercel deployment configuration.\n\n### Remote Caching\n\nTurborepo can use a technique known as [Remote Caching (Beta)](https://turborepo.org/docs/features/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.\n\nBy default, Turborepo will cache locally. To enable Remote Caching (Beta) you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup), then enter the following commands:\n\n```\ncd turborepo-starter\nnpx turbo login\n```\n\nThis will authenticate the Turborepo CLI with your [Vercel account](https://vercel.com/docs/concepts/personal-accounts/overview).\n\nNext, you can link your Turborepo to your Remote Cache by running the following command from the root of your turborepo:\n\n```\nnpx turbo link\n```\n\n## Useful Links\n\nLearn more about the power of Turborepo:\n\n- [Pipelines](https://turborepo.org/docs/features/pipelines)\n- [Caching](https://turborepo.org/docs/features/caching)\n- [Remote Caching (Beta)](https://turborepo.org/docs/features/remote-caching)\n- [Scoped Tasks](https://turborepo.org/docs/features/scopes)\n- [Configuration Options](https://turborepo.org/docs/reference/configuration)\n- [CLI Usage](https://turborepo.org/docs/reference/command-line-reference)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthmsmtylr%2Fturborepo-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthmsmtylr%2Fturborepo-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthmsmtylr%2Fturborepo-starter/lists"}