https://github.com/deepakb/next-tailwind-starter
Next.js Boilerplate with Tailwind CSS, TypeScript, ESLint, Prettier, and Shadcn UI Integration
https://github.com/deepakb/next-tailwind-starter
eslint nextjs prettier reactjs shadcn-ui tailwindcss typescript
Last synced: 2 months ago
JSON representation
Next.js Boilerplate with Tailwind CSS, TypeScript, ESLint, Prettier, and Shadcn UI Integration
- Host: GitHub
- URL: https://github.com/deepakb/next-tailwind-starter
- Owner: deepakb
- Created: 2023-12-27T11:49:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T12:04:25.000Z (over 2 years ago)
- Last Synced: 2025-02-05T18:06:05.790Z (over 1 year ago)
- Topics: eslint, nextjs, prettier, reactjs, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js Boilerplate with Tailwind CSS, TypeScript, ESLint, Prettier, and Shadcn UI Integration
## Description
This GitHub repository serves as a boilerplate for starting Next.js projects with a robust and modern development setup. It includes popular tools and technologies such as Tailwind CSS for styling, TypeScript for type safety, ESLint for code linting, Prettier for code formatting, and Shadcn UI for a sleek and customizable user interface.
## Features
- **Next.js**: A React framework for building fast and scalable web applications.
- **Tailwind CSS**: A utility-first CSS framework for rapid UI development.
- **TypeScript**: Adds static typing to JavaScript, enhancing code quality and developer productivity.
- **ESLint**: A pluggable and configurable linter tool for identifying and fixing problems in JavaScript and TypeScript code.
- **Prettier**: An opinionated code formatter that enforces consistent code style across the project.
- **Shadcn UI**: Integrates Shadcn UI for a modern and visually appealing user interface.