Create a Next.js App with the create-next-app CLI

Share this video with your friends

Send Tweet

Next.js is a full-stack React framework that provides the client and server building blocks to create powerful web applications. In this lesson we run the create-next-app CLI command to create a new Next.js application, configured with:

Code Snippets

Create Next.js app

npx create-next-app blue-bird

Resources