index
Source URL: https://nextjs.org/docs/app/api-reference/cli
Next.js comes with two Command Line Interface (CLI) tools:
create-next-app: Quickly create a new Next.js application using the default template or an example from a public GitHub repository.next: Run the Next.js development server, build your application, and more.
- create-next-app
- Create Next.js apps using one command with the create-next-app CLI.
- next CLI
- Learn how to run and build your application with the Next.js CLI.