POC for a Web-TS monorepo using a Apollo Federation API
TODO: Missing documentation
For more info, see Turborepo file structure.
.github
: GitHub repo config and workflows.husky
: Pre-commit hook configapps
: Running apps
web
: Web app (see its docs)docs
: Project documentationpackages
: Libraries
db
: Prisma schema and client definitions (see its docs)theme
: Theme (color palette) definition (see its docs)web
: Web libraries
config
: Shared config
eslint
: Set of eslint configs for given technologiesstylelint
: Set of stylelint configs for given technologiestsconfig
: Set of TypeScript configs for given technologiesservices
: Backend services