기본적으로 리액트 개발 환경과 동일하다
- 코드 에디터
- nodeJS
- GIT
nvm으로 node version 업데이트하기
nvm 설치
https://github.com/coreybutler/nvm-windows/releases
Releases · coreybutler/nvm-windows
A node.js version management utility for Windows. Ironically written in Go. - coreybutler/nvm-windows
github.com
node 버전 목록 확인하기

원하는 node 버전 설치하기

사용하고자 하는 node 선택하기

[공식문서]
Next.js by Vercel - The React Framework for the Web
Used by some of the world's largest companies, Next.js enables you to create full-stack Web applications by extending the latest React features, and integrating powerful Rust-based JavaScript tooling for the fastest builds.
nextjs.org
[최신버전]
Getting Started | Next.js
Get started with Next.js in the official documentation, and learn more about Next.js features!
beta.nextjs.org
프로젝트 생성
npx create-next-app@latest --experimental-app
필요한 설정들을 해준다
프로젝트 실행
npm run dev
'Web > Next.js' 카테고리의 다른 글
[Next.js] layout에서 dynamic 사용하기 (13 버전) (1) | 2023.05.12 |
---|---|
[Next.js] Server Component & Client Component (0) | 2023.04.26 |
[Next.js] 왜 Next.js를 쓸까? (0) | 2023.04.25 |
댓글