Chapter 1. Getting Started
시작하기
새 프로젝트 만들기
npx create-next-app@latest nextjs-dashboard --use-npm --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example"프로젝트 살펴보기
cd nextjs-dashboard폴더 구조

자리 표시자(Placeholder) 데이터
TypeScript
개발 서버 실행

Last updated
Was this helpful?