OurBigBook
TypeScript type checking of OurBigBook Web is run automatically during build, e.g. by:
npm run build-dev
as mentioned at local optimized frontend.
To speed up the development loop further, you can run just the TypeScript type checking with:
cd web
nmp run typecheck
The output format is also a bit nicer that what is shown in npm run build-dev.

Ancestors

  1. OurBigBook Web development
  2. OurBigBook Web
  3. OurBigBook Project