turborepo/examples/with-vite-react
Anthony Shew 4acd1df6bf
docs: migrate to turborepo.com (#10368)
### Description

We're changing `turbo.build` to `turborepo.com`. This PR changes the
strings with a find and replace across the whole of the codebase.

### Testing Instructions

👀
2025-04-23 10:39:37 -06:00
..
apps/web
packages
.eslintrc.js
.gitignore
.npmrc
meta.json docs: enhance examples tables (#10173) 2025-03-17 12:39:17 -06:00
package.json chore(examples): upgrade Turborepo version (#10281) 2025-04-03 13:12:26 -06:00
pnpm-lock.yaml chore(examples): upgrade Turborepo version (#10281) 2025-04-03 13:12:26 -06:00
pnpm-workspace.yaml
README.md docs: upgrades for Vitest doc and add with-vitest example (#10063) 2025-03-04 19:04:28 +00:00
turbo.json docs: migrate to turborepo.com (#10368) 2025-04-23 10:39:37 -06:00

Turborepo Vite 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-vite-react

What's inside?

This Turborepo includes the following packages and apps:

Apps and Packages

  • web: react vite ts app
  • @repo/ui: a stub component library shared by web application
  • @repo/eslint-config: shared eslint configurations
  • @repo/typescript-config: tsconfig.jsons used throughout the monorepo

Each package and app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you: