상위 이슈: #1
배경
저장소에 README.md, LICENSE, .gitignore만 있는 상태다.
컴포넌트를 작성하려면 먼저 Next.js(App Router) + TypeScript + Tailwind + shadcn/ui 환경이 필요하다.
할 일
완료 기준
npm run dev로 기본 페이지가 뜬다
npm run build, npx tsc --noEmit이 통과한다
README.md / LICENSE 원본 내용이 그대로 남아 있다
브랜치: feat/scaffold
배경
저장소에
README.md,LICENSE,.gitignore만 있는 상태다.컴포넌트를 작성하려면 먼저 Next.js(App Router) + TypeScript + Tailwind + shadcn/ui 환경이 필요하다.
할 일
npx create-next-app@latest . --typescript --tailwind --eslint --app --src-dir --import-alias "@/*"README.md/LICENSE/.gitignore보존 (실행 전 백업 → 완료 후 원본 복원)npx shadcn@latest initnpx shadcn@latest add button tooltip sheet separator collapsiblenpm i lucide-react완료 기준
npm run dev로 기본 페이지가 뜬다npm run build,npx tsc --noEmit이 통과한다README.md/LICENSE원본 내용이 그대로 남아 있다브랜치:
feat/scaffold