Answers for "create next app templates"

5

create next app

npx create-next-app my-app
Posted by: Guest on November-09-2020
2

create next js app yarn

yarn create next-app
Posted by: Guest on October-29-2020
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

Browse Popular Code Answers by Language