/ts-monorepo-template

Jest + TS + Yarn with enabled monorepos

Primary LanguageTypeScript

ts-monorepo-template

Monorepo template for fullstack projects

Setup

  1. Install Yarn and update it to latest version (probably, optional) - yarn set version latest
  2. (optional) Run yarn install for building platform-specific dependencies
  3. Run any package command ex. yarn workspace @my-project/client-web dev

Tools

Scripts

See

Tech/framework used

FrontEnd

BackEnd

Tests

  • Jest for unit tests.

Other test types not supported yet.

Package manager - Yarn v3

Code style

Other

  • Husky for custom local git hooks
  • lint-staged for advanced pre-commit hook configuration