본문 바로가기
  • 살짝 구운 김 유나
Web/Next.js

[Next.js] 개발환경 설정

by yunae 2023. 4. 25.

기본적으로 리액트 개발 환경과 동일하다

- 코드 에디터

- 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

실행화면

 

댓글