agmadt / next-with-tailwindcss

This is a base and example of using Next.js with Tailwindcss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy to now

Next.js with Tailwind CSS

This is an example of how you can use Tailwind CSS in a Next.js app. It is based on the Next.js with global stylesheet example.

How to use

Download the example or clone the repo:

cd next-with-tailwindcss

To get this example running you just need to

npm install
npm run dev

Visit http://localhost:3000 add your own clases to styles/index.scss.

Deploy it to the cloud with now

now

example

About

This is a base and example of using Next.js with Tailwindcss


Languages

Language:JavaScript 99.8%Language:CSS 0.2%