Course lesson
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.
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.
Course lesson
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.