next.js 기본 개념 알아보기

절대경로 사용하기!

정의

특징

npx create-next-app@latest .

(npx는 node로 만들어진 프로그램을 설치없이 바로 실행할 수 있는 방식)

npm run dev