Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

command not found: create-next-app

// 1st step
npm install react next react-router
// 2nd step
npm i create-next-app
// final step
npx create-next-app my-awesome-app
 
PREVIOUS NEXT
Tagged: #command
ADD COMMENT
Topic
Name
6+7 =