31. Next.js Start
처음 시작
작성일
4/21/2025작성
비엠수정일
4/27/2025Next.js 시작
Create first project and run
npx create-next-app@latest
named? ... hello_world
TypeScript? ... Yes
ESLint ... Yes
Tailwind CSS? ... Yes
`src` directory? ... Yes
App Router? .... Yes
Turbopack for `next dev`? ... No or Yes
import alias (`@/*` by default)? ... Yes
cd hello_world
npm run dev
... Starting
프로젝트 개요
- 진입점 :
src/app/page.tsx
- npm run dev -> package.json -> src/app/layout.tsx
코드
-
연관코드
-
CONCLUSION
Next.js
삭제권한 확인 중...
수정 권한 확인 중...