Answers for "create next.js app"

7

create next app

npx create-next-app <app-name>   //eg: npx create-next-app my-app
cd my-app  //to go to the folder
npm run dev  // to run the app
Posted by: Guest on June-24-2021
3

create next js app

npm init next-app nextjs-blog --example "https://github.com/vercel/next-learn-starter/tree/master/learn-starter"
Posted by: Guest on June-19-2020
-1

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"
Posted by: Guest on April-06-2021

Browse Popular Code Answers by Language