{"id":15012815,"url":"https://github.com/tf63/turbo-template","last_synced_at":"2026-03-06T12:33:08.007Z","repository":{"id":250987505,"uuid":"836059198","full_name":"tf63/turbo-template","owner":"tf63","description":"A monorepo templates for web frontend development (React 19, Next.js 15, Chrome extension)","archived":false,"fork":false,"pushed_at":"2025-05-25T10:37:48.000Z","size":1195,"stargazers_count":2,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T17:50:02.744Z","etag":null,"topics":["biome","chrome-extension","nextjs","playwright","plop","pnpm","react","turborepo","vite","vitest","web"],"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/tf63.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-31T04:46:59.000Z","updated_at":"2025-09-25T15:28:09.000Z","dependencies_parsed_at":"2024-08-28T15:46:34.644Z","dependency_job_id":"ca92382d-7daf-4f34-bd77-1fa06a25d334","html_url":"https://github.com/tf63/turbo-template","commit_stats":{"total_commits":112,"total_committers":2,"mean_commits":56.0,"dds":0.1071428571428571,"last_synced_commit":"c0a88aa68f80d20a2dff79a4aedab18d30e94683"},"previous_names":["tf63/turbo-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/tf63/turbo-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tf63%2Fturbo-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tf63%2Fturbo-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tf63%2Fturbo-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tf63%2Fturbo-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tf63","download_url":"https://codeload.github.com/tf63/turbo-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tf63%2Fturbo-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30176265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T11:48:51.886Z","status":"ssl_error","status_checked_at":"2026-03-06T11:48:51.460Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["biome","chrome-extension","nextjs","playwright","plop","pnpm","react","turborepo","vite","vitest","web"],"created_at":"2024-09-24T19:43:15.570Z","updated_at":"2026-03-06T12:33:07.986Z","avatar_url":"https://github.com/tf63.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Turborepo Template\n\nThis repository provides a monorepo setup for web frontend development (React 19, Next.js 15, Chrome extension)\n\n## Commands\n\nThe following commands are available:\n\n```shell\npnpm build       # Build the projects for production\npnpm dev         # Start the development server\npnpm lint        # Lint the JavaScript/TypeScript files (not apply changes)\npnpm lint:fix    # Lint the JavaScript/TypeScript files (apply changes)\npnpm test        # Run the unit test\npnpm test:watch  # Run the unit test in watch mode\npnpm test:ui     # Run the unit test with UI\npnpm test:e2e    # Run the end-to-end tests\npnpm test:e2e:ui # Run the end-to-end tests with UI\npnpm serve       # Serve the production build locally for previewing\npnpm clean       # Remove node_modules and generated files (e.g., build artifacts, cache)\npnpm format      # Format the JavaScript/TypeScript files using Biome and other files using Prettier.\npnpm generate    # Generate a component from templates with plop\n```\n\nFor disabling cache, you can use:\n\n\u003e [!NOTE]\n\u003e Note that this disables reading the cache, not writing.\n\n```shell\npnpm build --force\n```\n\nAdditional filter options for running specific tasks:\n\n```shell\npnpm dev --filter @repo/storybook # --filter or -F\n```\n\n## DevTools\n\nThis repository utilizes the following tools:\n| tool | description |\n| --------------------------------------------------------- | -------------------------------------------------------------------------- |\n| [turbo](https://turbo.build) | Monorepo build system that speeds up and optimizes the development process |\n| [pnpm](https://pnpm.io) | Fast, disk space efficient package manager |\n| [biome](https://biomejs.dev/) | Linter for JavaScript, TypeScript, and JSON files |\n| [prettier](https://prettier.io/) | Formatter for various file types (JavaScript, TypeScript, Markdown, etc.) |\n| [lefthook](https://github.com/evilmartians/lefthook) | Tool for managing Git hooks easily |\n| [plop](https://plopjs.com/) | Micro-generator framework that helps create consistent project components |\n| [vitest](https://vitest.dev/) | Testing framework for unit testing |\n| [playwright](https://playwright.dev/) | Testing framework for e2e testing |\n| [commitlint](https://commitlint.js.org/) | Linter for git commit messages to ensure they follow a consistent format |\n\n## Repositories\n\n### apps\n\n`apps` contains web applications that depend only on packages within the `packages` directory, not on other applications.\n\n| repo             | description                                                                                                                                                                       |\n| ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| **next**         | [Next.js 15](https://nextjs.org/) (App Router) application with [Tailwind CSS](https://tailwindcss.com/)                                                                          |\n| **react**        | [React 19](https://react.dev/) application using [Vite](https://vitejs.dev/) for bundling and [Tailwind CSS](https://tailwindcss.com/)                                            |\n| **react-chrome** | Chrome Extension built with [React 19](https://react.dev/), using [CRX](https://crxjs.dev/vite-plugin/), [Vite](https://vitejs.dev/) and [Tailwind CSS](https://tailwindcss.com/) |\n| **storybook**    | [Storybook](https://storybook.js.org/) setup for managing UI components and their development.                                                                                    |\n\n### packages\n\n`packages` contains utilities and components shared across applications.\n\n| repo         | description                                                                              |\n| ------------ | ---------------------------------------------------------------------------------------- |\n| **pkg-tsup** | Template for creating npm packages using [Tsup](https://tsup.egoist.dev/) as the bundler |\n| **pkg-vite** | Template for creating npm packages using [Vite](https://vitejs.dev/) as the bundler      |\n| **ui**       | Shared UI components library used across applications                                    |\n\n### configs\n\n`configs` contains configuration files shared across applications and packages.\n\n| repo           | description                                                                       |\n| -------------- | --------------------------------------------------------------------------------- |\n| **tailwind**   | [Tailwind CSS](https://tailwindcss.com/) configuration shared across applications |\n| **typescript** | TypeScript configuration shared across applications                               |\n| **constants**  | Common constants and configuration settings used across applications and packages |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftf63%2Fturbo-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftf63%2Fturbo-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftf63%2Fturbo-template/lists"}