Skip to content

0단계: Next.js + Tailwind + shadcn/ui 스캐폴딩 #2

Description

@ahnyounghoe

상위 이슈: #1

배경

저장소에 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 init
  • npx shadcn@latest add button tooltip sheet separator collapsible
  • npm i lucide-react

완료 기준

  • npm run dev로 기본 페이지가 뜬다
  • npm run build, npx tsc --noEmit이 통과한다
  • README.md / LICENSE 원본 내용이 그대로 남아 있다

브랜치: feat/scaffold

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions