Course lesson

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

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:

Duration
1 min
Access
Free
Transcript
Retained from source evidence

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

Terminal
npx create-next-app blue-bird

Resources