Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exu3/next-tailwind-starter
Boilerplate for Next.js + Tailwind.
https://github.com/exu3/next-tailwind-starter
nextjs tailwindcss
Last synced: 12 days ago
JSON representation
Boilerplate for Next.js + Tailwind.
- Host: GitHub
- URL: https://github.com/exu3/next-tailwind-starter
- Owner: exu3
- Created: 2021-04-09T07:17:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T11:00:16.000Z (over 1 year ago)
- Last Synced: 2023-03-05T19:38:17.380Z (over 1 year ago)
- Topics: nextjs, tailwindcss
- Language: JavaScript
- Homepage: https://rectangle.vercel.app
- Size: 987 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js starter with Tailwind.
Plenty of these exist, but this is my Next.js starter with Tailwind.
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fexu3%2Fnext-tailwind-starter)
This one inclues [Next.js](https://nextjs.org), [Tailwind CSS](https://tailwindcss.com), [next-themes](https://github.com/pacocoursey/next-themes), and [swr](https://github.com/vercel/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.