20.06 nextjs - yojulab/learn_promptengineerings GitHub Wiki

๊ฐœ๋ฐœ ๊ฐ€์ด๋“œ ๋ฌธ์„œ

๊ธฐ์ˆ ํ™˜๊ฒฝ ์ดˆ๊ธฐํ™”

- ์ตœ์‹ ๋ฒ„์ „ ์‚ฌ์šฉ
- ๊ธฐ์ˆ ์Šคํƒ: nextjs, typescript, tailwindCSS, ShadCN

๊ฐœ๋ฐœ ๊ฐ€์ด๋“œ ์ž‘์„ฑ: .cursorrule

### Best Practices
- TypeScript ํƒ€์ž…์€ ๋ฐ˜๋“œ์‹œ ์ •์˜ํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค
- ์ปดํฌ๋„ŒํŠธ๋Š” ์žฌ์‚ฌ์šฉ ๊ฐ€๋Šฅํ•˜๋„๋ก ์„ค๊ณ„ํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค

### Component Guidelines

#### ShadCN Components
- ๋ชจ๋“  UI ์ปดํฌ๋„ŒํŠธ๋Š” ShadCN์„ ์‚ฌ์šฉํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.
- ์ปดํฌ๋„ŒํŠธ ์‚ฌ์šฉ ์ „ ์„ค์น˜ ์—ฌ๋ถ€๋ฅผ ํ™•์ธํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค: '/components/ui' ๋””๋ ‰ํ† ๋ฆฌ ์ฒดํฌ
- ์ปดํฌ๋„ŒํŠธ ์„ค์น˜ ๋ช…๋ น์–ด๋ฅผ ์‚ฌ์šฉํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค: 'npx shadcn@latest add [component-name]'
- ์ฃผ์˜์‚ฌํ•ญ:
  - 'npx shadcn-ui@latest add' ๋ช…๋ น์–ด๋Š” deprecated. ๋ฐ˜๋“œ์‹œ 'npx shadcn@latest add' ์‚ฌ์šฉํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค

#### Icons
- ๋ชจ๋“  ์•„์ด์ฝ˜์€ Lucide React๋ฅผ ์‚ฌ์šฉํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค
- ์•„์ด์ฝ˜ ์ž„ํฌํŠธ ๋ฐฉ๋ฒ•: 'import { IconName } from "lucide-react"'
- ์˜ˆ์‹œ: "import { Search, Menu } from "lucide-react"'

#### Component Structure
- ์ปดํฌ๋„ŒํŠธ๋Š” '/components' ๋””๋ ‰ํ† ๋ฆฌ ๋‚ด์— ์œ„์น˜ํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค
- UI ์ปดํฌ๋„ŒํŠธ๋Š” '/components/ui' ๋””๋ ‰ํ† ๋ฆฌ์— ์œ„์น˜ํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค
- ํŽ˜์ด์ง€๋ณ„ ์ปดํฌ๋„ŒํŠธ๋Š” '/app' ๋””๋ ‰ํ† ๋ฆฌ ๋‚ด ํ•ด๋‹น ๋ผ์šฐํŠธ์— ์œ„์น˜ํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค

๊ฐœ๋ฐœ ๊ตฌํ˜„ ๊ฐ€์ด๋“œ doc: ./docs

module build: rpm build

๋ฐฐํฌ: Vercel

  • Vercel์˜ CLI ๋ช…๋ น์–ด๋ฅผ ํ™œ์šฉํ•ด์„œ ๋ฐฐํฌ๋ฅผ ์ง„ํ–‰
  • GitHub ์—ฐ๋™ํ•˜์ง€ ์•Š๊ณ  ๋ฐ”๋กœ Vercel์— ๋ฐฐํฌ ์ง„ํ–‰