- ⚡ Next.js 14+: Take advantage of the latest features and optimizations of the Next.js framework.
- 🔍 TypeScript: Develop with strong typing and improved code quality.
- 🚀 ESLint and Prettier: Ensure consistent code style and catch errors early.
- 🐶 Husky and Lint-Staged: Enforce code quality with pre-commit hooks.
- 💡 Shadow and Background Snippets: Accelerate development with helpful shadow and background snippets.
- 🖼️ Shadcn UI Library: Integrate Shadcn UI library for building beautiful user interfaces effortlessly.
- 🃏 Jest and Testing Library: Write and run tests with ease to ensure robustness.
- 🎭 Playwright: Automate browser testing for comprehensive coverage.
- 📊 Vercel Analytics and Vercel SpeedInsight: Monitor and optimize performance for better user experiences.
- Clone this repository:
git clone <repository-url>
- Navigate to the project directory:
cd <project-directory>
- Install dependencies:
npm install
oryarn install
- Start the development server:
npm run dev
oryarn dev
npm run dev
oryarn dev
: Start the development server.npm run build
oryarn build
: Build the production-ready application.npm start
oryarn start
: Start the production server.npm test
oryarn test
: Run tests.npm run lint
oryarn lint
: Lint the codebase.npm run format
oryarn format
: Format code using Prettier.
Contributions are welcome! Feel free to open issues or pull requests to suggest improvements, report bugs, or add new features.