A TypeScript starter kit for Next.js, equipped with all the essential tools to kickstart your next project 🚀💻⚡️
Created by @imevanc
- ⚡️ Next.js 14 (App Router)
- ⚛️ React 18
- ⛑ TypeScript
- 🏋️ CodeFactor - It instantly performs code review with every GitHub/Bitbucket commit or Pull Request
- 🏄♂️ SonarCloud - It is designed to help you achieve a state of Clean Code
- 🛡 Jest - Delightful JavaScript Testing
- 📏 React Testing Library — A very light weight solution for testing React components
- 💖 Playwright — Fast and reliable e2e testing
- 🐶 Husky — Enhances your commits and more woof!
- 💡 Renovate - Get pull requests to update your dependencies and lock files
- 🚓 Semantic Release — Fully automated version management and package publishing
- 💻 Commitlint - Get high commit message quality
- 👷 PR Workflow — Run Checks on Pull Requests
npm run test:unit
npm run test:coverage
npm run test:type
npx playwright test
This project is licensed under the MIT License. Please read the license file for more information.