Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to create a nextjs app from a template

// You can use -e/--example
npm create-next-app -e [name] | [github-url]

yarn create next-app -e [name] | [github-url]
// https://nextjs.org/docs/api-reference/create-next-app
 
PREVIOUS NEXT
Tagged: #create #nextjs #app #template
ADD COMMENT
Topic
Name
8+9 =