반응형
next.js 프로젝트 초기화
npx create-next-app@latest [프로젝트명]
cd [프로젝트명]
npm run dev
http://localhost:3000 접속 시, 다음과 같은 화면을 볼 수 있다.
반응형
'programming > javascript' 카테고리의 다른 글
[Next.js] client side rendering vs pre-rendering (0) | 2023.02.01 |
---|---|
[Next.js] component (0) | 2023.02.01 |
Location 객체 (0) | 2023.01.19 |
자바스크립트 기초 (0) | 2023.01.15 |
[React] You are running `create-react-app` 5.0.0, which is behind the latest release (5.0.1). (0) | 2023.01.08 |