turborepo-shadcn-nextjs
A Turborepo starter template with Next.js, Nextra, Storybook, and a shared pre-configured shadcn/ui package, powered by Bun and Biome
File Explorer
Download Latest Version (.zip)- config.json
- README.md
- auto-merge-dependabot.yml
- ci.yml
- contributors.yml
- storybook-deploy.yml
- dependabot.yml
- FUNDING.yml
- extensions.json
- settings.json
- _app.tsx
- _document.tsx
- _meta.js
- index.mdx
- fonts.ts
- globals.css
- next.config.mjs
- package.json
- postcss.config.mjs
- tailwind.config.ts
- theme.config.tsx
- tsconfig.json
- main.ts
- preview-head.html
- preview.ts
- favicon.ico
- next.svg
- vercel.svg
- hello.ts
- _app.tsx
- _document.tsx
- index.tsx
- globals.css
- .gitignore
- next.config.mjs
- package.json
- postcss.config.mjs
- README.md
- tailwind.config.ts
- tsconfig.json
- favicon.ico
- next.svg
- vercel.svg
- MoonIcon.tsx
- MountainIcon.tsx
- SunIcon.tsx
- Footer.tsx
- Header.tsx
- ThemeSwitcher.tsx
- ThemeSwitcherNoSSR.tsx
- WelcomeCard.stories.tsx
- WelcomeCard.tsx
- env.ts
- layout.tsx
- page.tsx
- providers.tsx
- setup.ts
- vitest.d.ts
- toggletheme.spec.ts
- Header.spec.tsx
- .env.template
- next.config.mjs
- package.json
- playwright.config.ts
- postcss.config.mjs
- README.md
- tailwind.config.ts
- tsconfig.json
- vitest.config.ts
- base.json
- nextjs.json
- node14.json
- package.json
- react-library.json
- Button.stories.tsx
- button.tsx
- card.tsx
- utils.ts
- globals.css
- components.json
- package.json
- postcss.config.mjs
- tailwind.config.ts
- tsconfig.json
- index.tsx
- toSlug.ts
- useIsomorphicLayoutEffect.tsx
- usePrevious.tsx
- package.json
- tsconfig.json
- .gitignore
- .npmrc
- biome.json
- bun.lockb
- CONTRIBUTING.md
- extensions.json
- lefthook.yml
- LICENSE
- package.json
- README.md
- turbo.json
- vitest.config.ts
- vitest.workspace.ts
# Installation Guide
1. Get the code
git clone https://github.com/gmickel/turborepo-shadcn-nextjs
Downloads the entire project code from GitHub to your computer.
cd turborepo-shadcn-nextjs
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd apps/web
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
