Back to Next Js

CLI

docs/01-app/03-api-reference/06-cli/index.mdx

16.2.5345 B
Original Source

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.