/nextjs-starter-tailwind

Starter for NextJS, using Tailwind for styling.

Primary LanguageJavaScriptThe UnlicenseUnlicense

NextJS Starter with Tailwind.

This is a Next.js starter, styled using Tailwind.
I primarly use this starter myself when creating new NextJS projects, but feel free to use and alter it to your own use.

🚀 Further tools that are set up out-of-the-box:

🎗️ Linter/formatter:

Getting Started

Clone this repository:

git clone https://github.com/techmaus/nextjs-starter-tailwind.git
npm install

Local development server

npm run dev

Open http://localhost:3000 with your browser to see the result.

Production build

npm run build && npm run start

Open http://localhost:3000 with your browser to see the result.

Lint & format

  • npm run analyze - See what ESLint & Prettier can fix
  • npm run fix - Run ESLint & Prettier with the --fix option

Learn More

To learn more about Next.js, take a look at the following resources:

To learn more about Tailwind: