NextJS 설치를 위한 node 버전은 18버전 이상이 필요하다.
npx create-next-app@latest
with TypeScript
npx create-next-app@latest --typescript
npm install next@latest react@latest react-dom@latest
npm run dev