Creating your project

Create a new Next.js project

Start by creating a new Next.js project if you don’t have one set up already. The most common approach is to use Create Next App:

npx create-next-app my-project
cd my-project

This command creates a Next.js project for you! The next lesson is about installing TailwindCSS in a live development environment that has the Next.js installed in it already.

Your turn

Click on Dev Environment to see a live Next.js project