next-tailwind-starter
next-tailwind-starter copied to clipboard
Boilerplate for Next.js + Tailwind.
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
- Clone this repository as a template
- To install dependencies, run:
$ yarn install - To start the development server, run:
$ yarn dev - 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.