Go to file
kjuulh 3791c5df6b
Some checks failed
continuous-integration/drone Build is failing
with templates
2022-08-26 08:19:11 +02:00
pages Added base stuff 2022-08-26 08:15:23 +02:00
public Added base stuff 2022-08-26 08:15:23 +02:00
styles Added base stuff 2022-08-26 08:15:23 +02:00
templates with templates 2022-08-26 08:19:11 +02:00
.drone.yml Added cuddle 2022-08-26 08:18:13 +02:00
.gitignore Added base stuff 2022-08-26 08:15:23 +02:00
.releaserc.yml Added cuddle 2022-08-26 08:18:13 +02:00
cuddle.yaml Added cuddle 2022-08-26 08:18:13 +02:00
next.config.js Added base stuff 2022-08-26 08:15:23 +02:00
package.json Added base stuff 2022-08-26 08:15:23 +02:00
postcss.config.js Added base stuff 2022-08-26 08:15:23 +02:00
README.md Added base stuff 2022-08-26 08:15:23 +02:00
tailwind.config.js Added base stuff 2022-08-26 08:15:23 +02:00
tsconfig.json Added base stuff 2022-08-26 08:15:23 +02:00
yarn.lock Added base stuff 2022-08-26 08:15:23 +02:00

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.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

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

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

Deploy it to the cloud with Vercel (Documentation).