Next.js project starter. Configured with tailwindcss and shadcn-ui
This is a Next.js starter template that provides all the necessary tools and features to build impressive projects. It includes Next.js 13, Tailwind CSS 3, TypeScript, ESLint, Prettier, Husky, lint-staged, commitlint, Jest, and Absolute import. The template is designed to be easily customized and allows you to fork it and modify it according to your needs.
To get started with this template, you have two options:
Option 1: Use create-next-app:
npm install -g create-next-app or yarn global add create-next-app.create-next-app my-project -e https://github.com/lucky-chap/nextjs-with-tailwindcss-typescript-eslint-prettier-husky-lint-staged-commitlint-jest-and-absolute-import.Option 2: Clone the repository:
git clone https://github.com/lucky-chap/nextjs-with-tailwindcss-typescript-eslint-prettier-husky-lint-staged-commitlint-jest-and-absolute-import.cd nextjs-with-tailwindcss-typescript-eslint-prettier-husky-lint-staged-commitlint-jest-and-absolute-import.npm install or yarn.yarn dev.This Next.js starter template provides a comprehensive set of features and tools to help you build impressive projects. It includes Next.js, Tailwind CSS, TypeScript, ESLint, Prettier, Husky, lint-staged, commitlint, and Jest. The template can be easily installed using create-next-app or by cloning the repository. It allows for easy customization and provides a convenient development environment.