터미널을 실행시키고, next.js 프로젝트를 생성할 디렉토리 경로에서 다음과 같은 명령어를 입력.
npx create-next-app@latest --typescript
npx create-next-app@latest
이후, 프로젝트 명 입력 등 안내 메시지를 따라가면 어렵지 않게 프로젝트 생성을 할 수 있다.
https://nextjs.org/docs/getting-started