programming/javascript

[Next.js] 설치

chanchand 2023. 1. 3. 19:14
반응형

next.js 프로젝트 초기화

npx create-next-app@latest [프로젝트명]

설치완료

 

cd [프로젝트명]
npm run dev

http://localhost:3000 접속 시, 다음과 같은 화면을 볼 수 있다.

 

 

반응형