Skip to content

UI Typescript Monorepo Starter 2023 [Vite|Jest|Turborepo|Storybook|Eslint]

Notifications You must be signed in to change notification settings

ra2dev/ts-monorepo-starter

Repository files navigation

Typescript Monorepo [WIP]

I would like to go back in the past and find this repository, but since I have already spent time I want to save your time on setting up a monorepo with a Typescript

Why you should use

Features:

  • turborepo monorepo (+pnpm workspaces)
  • tsup to compile reusable package
  • vite bundler
  • eslint linter
  • storybook design system/documentation

Quick Start

git clone https://github.com/Romroot/ts-monorepo-starter.git
rm -rf .git/
pnpm install

(for npm instead of yarn use - npm -rm -rf ./yarn.lock && npm install)

Alternatives

License

Typescript monorepo starter is open source software licensed as MIT.

External links