next.js 기초 세팅 방법

sangyong park·2023년 1월 5일
1
post-thumbnail

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 오류시

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 로 설치

profile
Dreams don't run away It is always myself who runs away.

0개의 댓글