Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 707 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 707 Bytes

CLI

  • Create a monorepo using a Vite template and npm as package manager: npx create-turbo@latest -e with-vite
  • Run docs app in dev mode: npx turbo dev --filter=docs
  • Monorepo's tree structure: npx turbo ls
  • Install a dependency in a specific package: npm install vitest --workspace packages/fetch-to-curl

Docs

  • Initial Turbo's README file.