- Package Manage: Yarn PNPM mode
- Monorepo Task: Turborepo
- Build: Vite
- Test: Vitest
- Pre-Commit hook: Husky
- Shared eslint, prettier, typescript, vite configs
build
: Build with development modebuild:release
: Build with production modelint
: Lint.ts
files with EsLintfix
: Try to fix the lint resultscheck
: Check the typecheck:all
: Type check and lint at the same timetest
: Run.ts
files test with vitesttest:all
: Run test, type check, lint at the same timecoverage
: Show test coverageclean
: Remove the results of builds and tests