Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yusufgns/crmonorepo

Fast usable build for turborepo and shadcn ui users
https://github.com/yusufgns/crmonorepo

monorepo nextjs nextjs13 react shadcn shadcn-ui turborepo

Last synced: about 2 months ago
JSON representation

Fast usable build for turborepo and shadcn ui users

Awesome Lists containing this project

README

        

# CRMonorepo
Fast usable build for turborepo and shadcn ui users

# Products
- Shadcn UI
- TailwindCSS
- Turborepo

# Starter

```sh
git clone https://github.com/yusufgns/crmonorepo.git
```

```sh
yarn install
```

```sh
yarn dev:web
```

# Install a package in a workspace

../crmonorepo
```sh
yarn workspace add
```

- Example
```sh
yarn workspace @crmonorepo/nextjs add react-hooks
```

../crmonorepo/**/*
```sh
yarn install
```

-Example
```sh
yarn install tailwindcss
```

# Add Shadcn UI Component
../crmonorepo/packages/ui
```sh
npx shadcn-ui@latest add
```