Skip to content

willsather/turborepo-starter

Repository files navigation

Turborepo Starter

Getting Started

This repository is a simple Turborepo starter that contains the basic Turborepo setup and configuration.

To start using, you can use the following commands:

pnpm install

pnpm dev

pnpm build

pnpm test

This project also has some configured some tools like:

Applications

Located under /apps, you will find an application.

Packages

In this example, there is a shared package called ui which is basic shadcn/ui package.

Shared Configuration

Located under /packages/config is all the shared configuration which the Turborepo uses. This is a great space to put handy developer tools and code cleanliness configuration.

  • @repo/vitest-config: vitest configurations for base and ui configurations
  • @repo/typescript-config: tsconfig.jsons used throughout the monorepo

Useful Turborepo Links

About

basic turborepo example for full stack typescript project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •