mirror of
https://github.com/vercel/turborepo.git
synced 2025-12-23 09:19:46 +00:00
|
|
||
|---|---|---|
| .. | ||
| apps | ||
| packages | ||
| .eslintrc.js | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| meta.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| turbo.json | ||
Turborepo starter
This is a community-maintained example. If you experience a problem, please submit a pull request with a fix. GitHub Issues will be closed.
Using this example
Run the following command:
npx create-turbo@latest -e with-angular
What's inside?
This Turborepo includes the following pckages/apps:
Apps and Packages
docsan angular appwebanother angular appuia stub Angular component library shared by bothwebanddocsapplicationeslint-config:eslintconfigurations (based on @angular-eslint/eslint-plugin)
Each package/app is 100% TypeScript.
Utilities
This Turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting