- ✅ typescript
- ✅ turborepo
- ✅ pnpm
git clone https://github.com/ts-monorepo/basic.git basic-monorepo
cd basic-monorepo
pnpm install
pnpm ready # install git hooks
pnpm dev
pnpm test
pnpm build
# update all depencenies
pnpm up --latest && pnpm up -r --workspace
apps:
apps/hello
Common config packages:
config/ts-config
config/eslint-config
config/test-config
for pure ts testing, support decoratorsconfig/vitest-config
for react testing
- Make it easy to sync the template