Go to file
Kasper Juul Hermansen 07d46607d1
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing
Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
Reviewed-on: cibus/cibus-frontend#1
2022-10-25 20:44:26 +00:00
.cuddle/tmp generated graphql 2022-08-21 00:44:36 +02:00
public Added graphql 2022-08-20 22:29:54 +02:00
scripts with parallel 2022-08-21 00:42:23 +02:00
src generated graphql 2022-08-21 00:44:36 +02:00
templates with more ignores 2022-08-21 16:26:51 +02:00
.drone.yml set url 2022-08-21 16:32:54 +02:00
.gitignore Added graphql 2022-08-20 22:29:54 +02:00
.releaserc.yml with releaserc.yml 2022-08-21 16:25:56 +02:00
CHANGELOG.md chore(release): 1.0.0 [skip ci] 2022-08-21 14:35:59 +00:00
codegen.yml Added graphql 2022-08-20 22:29:54 +02:00
cuddle.yaml with push release 2022-08-20 23:52:20 +02:00
graphql.config.yml Added hour 2022-08-20 22:41:41 +02:00
next.config.js added drone 2022-08-20 23:39:36 +02:00
package.json with formatting 2022-08-20 22:44:03 +02:00
pnpm-lock.yaml Added graphql 2022-08-20 22:29:54 +02:00
postcss.config.js Added graphql 2022-08-20 22:29:54 +02:00
README.md Added graphql 2022-08-20 22:29:54 +02:00
renovate.json chore(deps): add renovate.json 2022-10-25 20:43:56 +00:00
tailwind.config.js Added graphql 2022-08-20 22:29:54 +02:00
tsconfig.json Added graphql 2022-08-20 22:29:54 +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).