Skip to content

MochaOverChai/Angellist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published