Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 805 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 805 Bytes

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