All Posts

Setting up NextJS with TailwindCSS

Like any other developer I constantly forget how to init a new project with my go to design system and build framework. I have searched “NextJS + TailwindCSS” once a month every month and I finally realized there’s a template for that instead of doing it manually everytime. I want it to be out there in the ether to be googleable by someone else.

npx create-next-app -e with-tailwindcss

That’s it. That’s the post.