Answers for "create create next app"

5

create next app

npx create-next-app my-app
Posted by: Guest on November-09-2020
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

Browse Popular Code Answers by Language