Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 484 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 484 Bytes

live demo : airbnb-clone-next-brown.vercel.app

Next.js + Tailwind CSS Example

This example shows how to use Tailwind CSS (v3.0) with Next.js. It follows the steps outlined in the official Tailwind docs.

npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn create next-app --example with-tailwindcss with-tailwindcss-app