Go to file
Kasper Juul Hermansen 2c42522b5b
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency @types/node to v18.16.9
2023-05-13 14:53:59 +00: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
scripts trying again 2022-10-28 22:45:43 +02:00
styles Added base stuff 2022-08-26 08:15:23 +02:00
templates Update Node.js to v20 2023-04-20 21:21:00 +00:00
.dockerignore with default pipeline 2022-10-31 22:09:20 +01:00
.drone.yml with default pipeline 2022-10-31 22:09:20 +01: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 fixed ports 2022-08-26 08:51:56 +02:00
Dockerfile Update Node.js to v20 2023-04-20 21:21:00 +00:00
next.config.js with standalone 2022-08-26 08:31:33 +02:00
package.json Update dependency @types/node to v18.16.9 2023-05-13 14:53:59 +00: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
renovate.json Add renovate.json 2022-10-25 20:42:26 +00: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 Update dependency @types/node to v18.16.9 2023-05-13 14:53:59 +00: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).