Next.js 16 기반 모바일 웹앱 프로젝트입니다.
- Framework: Next.js 16 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS v4 + shadcn/ui
- Icons: lucide-react
- Data Fetching: TanStack Query v5 + axios
npm installnpm run dev브라우저에서 http://localhost:3000 으로 접속합니다.
npm run build
npm start| 명령어 | 설명 |
|---|---|
npm run dev |
개발 서버 실행 (Hot Reload) |
npm run build |
프로덕션 빌드 |
npm start |
프로덕션 서버 실행 |
npm run lint |
ESLint 검사 |
npx shadcn@latest add <component>
# 예시
npx shadcn@latest add button
npx shadcn@latest add dialog
npx shadcn@latest add input