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
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/gmickel/turborepo-shadcn-nextjs
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd turborepo-shadcn-nextjs
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
cd apps/web
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
