Skip to main content

설치

설치 방법

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

npx create-next-app@latest

project name - 프로젝트명 원하는 것 입력

Typescript - YES

ESLint - YES

Tailwind CSS - YES

src directory - YES

App Router - YES

default import alias - NO

실행

cd 프로젝트명

npm run dev

# http://localhost:3000 접속

옵션

3000 포트 대신 다른 포트로 접속하고 싶다면

npm run dev -- -p 3002