Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 557 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 557 Bytes

Single Page App - Starter

Usage

This project is just a template for starting new SPA applications. It includes just the basic dependencies necessary to start a new project.

Dependencies

  1. Vite with the react+typescript template
  2. Prettier as default formatter
  3. ESLint as its default linter.
  4. Commitlint for checking the structure of commit messages.
  5. Husky for running git hooks (configured initially for commit-msg and pre-commit git hooks).
  6. lint-staged for automatically running ESLint and after it Prettier in the pre-commit hook.