Skip to content
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.