Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 501 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 501 Bytes

Next.js + Tailwind CSS

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

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