Monorepo template for fullstack projects
- Install Yarn
and update it to latest version (probably, optional) -
yarn set version latest
- (
optional
) Runyarn install
for building platform-specific dependencies - Run any package command ex.
yarn workspace @my-project/client-web dev
See
TODO
NestJS
- Jest for unit tests.
Other test types not supported yet.
Package manager - Yarn v3
- Workspaces for great code organization
- Husky for custom local git hooks
- lint-staged for advanced pre-commit hook configuration