NextJs 설치
//설치 npx create-next-app //최신버전 설치 npx create-next-app@latest // typescript 설치 npx create-next-app --typescript