This is a sample project for React + TypeScript. It has a lot of extra tooling that come out-of-the-box including:
- Testing with Vitest
- Code linting with ESLint/Prettier
- Commit linting with commitlint
- Githooks with Lefthook
- HTML validation
- Spellcheck with Cspell
- Pre-configured CI for Github Actions
- React Component templates for auto-generating new components
pnpm install
pnpm run dev
pnpm run new:component