Getting Started

npx create-next-app --example https://github.com/hellboy41785/nextjstype_temp test-template

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.