Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

create next js 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
 
PREVIOUS NEXT
Tagged: #create #js #app
ADD COMMENT
Topic
Name
4+2 =