airbnb clone nextjs
1.0.0
此範例示範如何將 Tailwind CSS (v3.0) 與 Next.js 結合使用。它遵循 Tailwind 官方文件中概述的步驟。
使用 Vercel 部署範例或使用 StackBlitz 即時預覽
使用 npm、Yarn 或 pnpm 執行create-next-app
來引導範例:
npx create-next-app --example with-tailwindcss with-tailwindcss-app
yarn create next-app --example with-tailwindcss with-tailwindcss-app
pnpm create next-app --example with-tailwindcss with-tailwindcss-app
使用 Vercel 將其部署到雲端(文件)。