Welcome to this Next.js starter template, built with Next.js 14.2.1. This template provides a streamlined setup with a basic header and side navigation, ready for you to kickstart your project.
This starter pack includes the following pre-installed packages and configurations:
- Shadcn: A framework for building components.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- React Query: For fetching, caching, and synchronizing server data in React.
- Zustand: A small, fast, and scalable state management solution.
- Jest: A Testing Framework
- ESLint: For identifying and fixing linting issues in your JavaScript code.
- Husky: To run Git hooks.
- Commitizen: For consistent commit messages.
-
Clone the Repository:
git clone https://github.com/your-repo/nextjs-starter.git cd nextjs-starter
-
Install Dependencies:
npm install
-
Run the Development Server:
npm run dev
-
Build for Production:
npm run build
-
Lint Your Code:
npm run lint