next-with-tailwindcss
next-with-tailwindcss copied to clipboard
This is a base and example of using Next.js with Tailwindcss
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
