/the-good-things

An app that reminds me daily of what is great in my life

Primary LanguageTypeScript

My Next.js + Tailwind CSS Starter

This is the setup that I like when starting new Next.js projects with Tailwind and TypeScript.

It has the latest versions of Next - prior to the change to 13 - and the latest versions of TypeScript and Tailwind as of November 2022.

I use this most often when setting up a new Next TypeScript project - with TailwindCSS styling.

I like to keep my components folder on the same level as my pages folder.

All of this setup is very easily edited - when I begin my project.

The following is my command to get a new TailwindCSS / Next.js project started:

yarn create next-app -e https://github.com/papadavis47/tailwind-nextjs-starter <title of project>