Course lesson

Bootstrap a New Next.js Application with Tailwind using create-next-app

We are starting from scratch! To create a new Next.js application we'll run npx create-next-app and pass in the with-tailwindcss flag to include Tailwind.

Duration
1 min
Access
Free
Transcript
Retained from source evidence

We are starting from scratch! To create a new Next.js application we'll run npx create-next-app and pass in the with-tailwindcss flag to include Tailwind.

Then we will clear out the initial page and write in hello world.