next.js 프로젝트 만들기

Lenny·2022년 1월 25일
0
post-thumbnail

터미널을 실행시키고, next.js 프로젝트를 생성할 디렉토리 경로에서 다음과 같은 명령어를 입력.

  • 타입스크립트를 같이 사용하고 싶은 경우

npx create-next-app@latest --typescript

  • without typescript

npx create-next-app@latest

이후, 프로젝트 명 입력 등 안내 메시지를 따라가면 어렵지 않게 프로젝트 생성을 할 수 있다.

Next.js 공식문서 링크

https://nextjs.org/docs/getting-started

profile
🧑‍💻

0개의 댓글