iris-messenger/dashboard
2022-09-23 16:36:56 +03:00
..
components dashboard 2022-09-23 16:36:56 +03:00
pages dashboard: npm iframe and twitter flwr count 2022-09-23 16:05:24 +03:00
public dashboard 2022-09-23 14:01:11 +03:00
styles dashboard 2022-09-23 14:01:11 +03:00
.gitignore dashboard 2022-09-23 14:01:11 +03:00
next.config.js dashboard 2022-09-23 14:01:11 +03:00
package.json dashboard 2022-09-23 14:01:11 +03:00
postcss.config.js dashboard 2022-09-23 14:01:11 +03:00
README.md dashboard 2022-09-23 14:01:11 +03:00
tailwind.config.js dashboard 2022-09-23 14:01:11 +03:00
tsconfig.json dashboard 2022-09-23 14:01:11 +03:00
yarn.lock dashboard 2022-09-23 14:01:11 +03: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).