next-tailwind-starter

Boilerplate for Next.js + Tailwind.

Stars
8

Next.js starter with Tailwind.

Plenty of these exist, but this is my Next.js starter with Tailwind.

This one inclues Next.js, Tailwind CSS, next-themes, and swr.

Included fonts (self-hosted) are DM Sans and Inconsolata. This starter also has some utility classes for containers and typography styles which can be found in styles/globals.css.

To get started

  1. Clone this repository as a template
  2. To install dependencies, run: $ yarn install
  3. To start the development server, run: $ yarn dev
  4. To format / lint, run: $ yarn lint:fix

Dependencies

The included Dependabot configuration file means you’ll automatically get PRs every Monday with dependency updates. Delete .github/dependabot.yml to disable.