I wrote a script to automate adding Tailwind to a Next.js project #9881
domeccleston
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use Tailwind in all my Next.js projects nowadays. Sometimes I'll start with one of the Tailwind starters, but more often I'll start with a bare Next.js project and then add in Tailwind a bit later by following the steps in this guide. To save future me some time, I wrote a small script that automates that process. It supports Next.js 12 and 13 and all major package managers. If it's helpful, feel free to add to the docs!
Beta Was this translation helpful? Give feedback.
All reactions