You are currently viewing documentation for the canary channel of Next.js.
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.
CLI
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.
Was this helpful?