- Notifications
You must be signed in to change notification settings - Fork0
bateko-code/spotify2.0
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This example shows how to useTailwind CSS(v3.0) with Next.js. It follows the steps outlined in the officialTailwind docs.
Preview the example live onStackBlitz:
Deploy the example usingVercel:
Executecreate-next-app
withnpm orYarn to bootstrap the example:
npx create-next-app --example with-tailwindcss with-tailwindcss-app# oryarn create next-app --example with-tailwindcss with-tailwindcss-app
Deploy it to the cloud withVercel (Documentation).