Skip to content

zsh77/turborepo-starter-with-tsup

Repository files navigation

Turborepo starter with tsup

This is an unofficial starter Turborepo with multiple meta-frameworks all working in harmony and sharing packages.

This example also shows how to use Workspace Configurations.

What's inside?

This Turborepo includes the following packages and apps:

Apps and Packages

  • nextjs-app: a Next.js app
  • vite-app: a Vite single page app
  • @repo/eslint-config: eslint configurations used throughout the monorepo
  • @repo/jest-presets: Jest configurations and scripts
  • @repo/typescript-config: tsconfig.json's used throughout the monorepo
  • @repo/tailwind-config: a reusable tailwind config
  • @repo/ui: a React UI library bundled with tsup
  • @repo/utils: a Typescript library of tools bundled with tsup

Each package and app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

About

This is a minified version of an official example of turborepo which uses tsup in its packages and has next.js and vite apps.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published