Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.37 KB

File metadata and controls

32 lines (22 loc) · 1.37 KB

Turborepo starter with storybook

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
  • component-doc: a Vite app, serving Storybook app with the ui package imported
  • @repo/eslint-config: eslint configurations used throughout the monorepo
  • @repo/jest-presets: Jest configurations and scripts
  • @repo/tailwind-config: reusable tailwind configuration
  • @repo/typescript-config: tsconfig.json's used throughout the monorepo
  • @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: