Answers for "how to create a nextjs app from a template"

0

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
Posted by: Guest on July-29-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language