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.