Skip to main content

Development Tools

The starter template incorporates various development tools to enhance code quality, testing, and the overall development experience.

Tools in this section

  • ESLint - Static code analysis tool for identifying problematic patterns
  • Prettier - Code formatter for maintaining consistent code style
  • Jest - JavaScript testing framework for unit and integration tests
  • Playwright - End-to-end testing framework for browser automation
  • Husky & lint-staged - Git hooks to ensure code quality before commits
  • Repomix - Utility for repository management and analysis