Skip to content

Fast usable build for turborepo and shadcn ui users

Notifications You must be signed in to change notification settings

yusufgns/crmonorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRMonorepo

Fast usable build for turborepo and shadcn ui users

Products

  • Shadcn UI
  • TailwindCSS
  • Turborepo

Starter

git clone https://github.com/yusufgns/crmonorepo.git
yarn install
yarn dev:web

Install a package in a workspace

../crmonorepo

yarn workspace <workspace> add <package>
  • Example
yarn workspace @crmonorepo/nextjs add react-hooks

../crmonorepo/**/*

yarn install <package>

-Example

yarn install tailwindcss

Add Shadcn UI Component

../crmonorepo/packages/ui

npx shadcn-ui@latest add <component>