GitHunt
NO

notosleung/react-ts-template

@notosleung/react-ts-template

Dev

pnpm run dev

Build

pnpm run build

ESLint

use @antfu/eslint-config

Lint the code in project

pnpm run lint:fix

View what rules are enabled

npx @eslint/config-inspector

Commitlint hint

  • feat: 新功能
  • fix: 修复 bug
  • docs: 文档修改
  • style: 代码格式修改(不影响逻辑)
  • refactor: 代码重构
  • test: 测试相关
  • chore: 构建/工具/依赖更新

Tip

your first commit should be with --no-verify:

git commit -m "..." --no-verify

State Management Solution

Recommend Zusand

Style

Recommend UnoCSS or tailwindcss

Languages

CSS47.2%TypeScript36.7%HTML9.8%JavaScript6.2%

Contributors

Created March 6, 2026
Updated March 7, 2026
notosleung/react-ts-template | GitHunt