codebaseup-core
The Next.js (App Router) boilerplate that saves you 150+ hours of setup hassle -> Turborepo + Next.js + NextAuth + Prisma + Radix (shadcn/ui)
파일 탐색기
최종 버전 다운로드 (.zip)- tasks.json
- pre-commit
- settings.json
- CallToAction.tsx
- Feature.tsx
- FeatureList.tsx
- features.tsx
- Hero.tsx
- Homepage.tsx
- ThankYou.tsx
- AuthDialog.tsx
- page.tsx
- default.ts
- route.ts
- GoogleAuth.tsx
- page.tsx
- default.ts
- favicon.ico
- layout.tsx
- page.tsx
- LoginButton.tsx
- LogoutButton.tsx
- index.ts
- LoaderIcon.tsx
- index.tsx
- ThemeProvider.tsx
- .gitkeep
- Default.tsx
- index.ts
- Navbar.tsx
- ThemeToggle.tsx
- site.ts
- .gitkeep
- auth.tsx
- paths.ts
- session.ts
- .gitkeep
- .gitkeep
- .gitkeep
- enums.ts
- index.ts
- .eslintrc.js
- next-env.d.ts
- next.config.js
- package.json
- postcss.config.js
- tailwind.config.js
- tsconfig.json
- migration.sql
- migration_lock.toml
- schema.prisma
- .eslintrc.js
- index.ts
- package.json
- tsconfig.json
- library.js
- next.js
- package.json
- react-internal.js
- rules.js
- package.json
- tailwind.config.js
- base.json
- nextjs.json
- package.json
- react-library.json
- accordion.tsx
- alert-dialog.tsx
- alert.tsx
- aspect-ratio.tsx
- avatar.tsx
- badge.tsx
- button.tsx
- calendar.tsx
- card.tsx
- checkbox.tsx
- collapsible.tsx
- command.tsx
- context-menu.tsx
- dialog.tsx
- dropdown-menu.tsx
- form.tsx
- hover-card.tsx
- index.ts
- input.tsx
- label.tsx
- menubar.tsx
- navigation-menu.tsx
- popover.tsx
- progress.tsx
- radio-group.tsx
- scroll-area.tsx
- select.tsx
- separator.tsx
- sheet.tsx
- skeleton.tsx
- slider.tsx
- switch.tsx
- table.tsx
- tabs.tsx
- textarea.tsx
- toast.tsx
- toaster.tsx
- toggle.tsx
- tooltip.tsx
- use-toast.ts
- index.ts
- TailwindIndicator.tsx
- Google.tsx
- index.tsx
- fonts.ts
- utils.ts
- globals.css
- .eslintrc.js
- components.json
- index.ts
- package.json
- tsconfig.json
- .env.local.example
- .eslintrc.js
- .gitignore
- .npmrc
- .nvmrc
- .prettierrc
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- turbo.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/jhavej/codebaseup-core
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd codebaseup-core
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
pnpm add -D some-package --filter=web
이 명령어를 터미널에 그대로 입력해 실행하세요.
pnpm run lint
이 명령어를 터미널에 그대로 입력해 실행하세요.
pnpm run lint --filter=web
이 명령어를 터미널에 그대로 입력해 실행하세요.
pnpm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
pnpm run dev
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
