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

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

InstructorShadid Haque

Share this video with your friends

Send Tweet

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.