xxxxxxxxxx
//npm
npx create-next-app@latest folder-name
//pnpm
pnpx create-next-app@latest folder-name
//yarn
yarn create-next-app@latest folder-name
xxxxxxxxxx
// (Recommended) Automatic Setup
npx create-next-app@latest
// For TypeScript Projects
npx create-next-app@latest --typescript
// Manual Setup
npm install next react react-dom