Next.js Getting Started
Next.js 프로젝트 초기화
npx create-next-app@latest
Next.js 프로젝트 초기화(+타입스크립트)
npx create-next-app@latest --typescript
https://nextjs.org/docs/getting-started
개발 환경 실행
npm run dev
배포 파일 생성
npm run build
서비스 시작
npm run start
npm run dev
error - Failed to load next.config.js, see more info here https://nextjs.org/docs/messages/next-config-error
node 버전 최신으로 업데이트 또는
nonde_modules 삭제하고 다시 npm i 로 설치