Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 699 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 699 Bytes

Next.js + Tailwind CSS Example

Tailwind CSS is integrated into the create-next-app CLI, which supports TypeScript and JavaScript, as well as the App Router (app/) and the pages directory pages/.

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap a project preconfigured with Tailwind CSS:

npx create-next-app --tailwind with-tailwindcss-app
yarn create next-app --tailwind with-tailwindcss-app
pnpm create next-app --tailwind with-tailwindcss-app