Heavily inspired by https://github.com/andrewthauer/ts-monorepo
- Seperate concerns into packages like
web
,server
,mobile
- Allow for TypeScript to tooling to work (IDE go to)
- Make deployment easy
- Centerlized testing with
jest
and linting/formatting witheslint
andprettier
Steps:
- Install deps with lerna using
yarn install
thenyarn bootstrap
- Build TypeScript Packages