nextjs new app code example
Example 1: create next app
npx create-next-app my-app
Example 2: make nextjs project
npx create-next-app
# or
yarn create next-app
npx create-next-app my-app
npx create-next-app
# or
yarn create next-app