npx create-next-app@latest --typescript
node가 있는 vscode에서 위 명령어를 입력한다. (타입 스크립트가 있는 버전이다.)
npm run dev
해당 명령어 입력후, 아래와 같은 로컬 주소로 들어간다.