NO
notosleung/react-ts-template
@notosleung/react-ts-template
- Base on the Vite officially recommended
react-tstemplate Use React-Router as the Router for React- Use @antfu/eslint-config as Linter and Formatter
- Use husky and commitlint as CLI
Dev
pnpm run devBuild
pnpm run buildESLint
Lint the code in project
pnpm run lint:fixView what rules are enabled
npx @eslint/config-inspectorCommitlint hint
- feat: 新功能
- fix: 修复 bug
- docs: 文档修改
- style: 代码格式修改(不影响逻辑)
- refactor: 代码重构
- test: 测试相关
- chore: 构建/工具/依赖更新
Tip
your first commit should be with --no-verify:
git commit -m "..." --no-verifyState Management Solution
Recommend Zusand
Style
Recommend UnoCSS or tailwindcss
On this page
Languages
CSS47.2%TypeScript36.7%HTML9.8%JavaScript6.2%
Contributors
Created March 6, 2026
Updated March 7, 2026