next js existing project code example
Example 1: make nextjs project
npx create-next-app
# or
yarn create next-app
Example 2: how to create next js project
npx create-next-app nextjs-blog --use-npm --example "https://github.com/vercel/next-learn-starter/tree/master/learn-starter"