This repository serves as an example of a monorepo setup with pnpm
and Turborepo
(it was bootstrapped from the official Turborepo example).
It consists of two applications:
- web (Next.js)
- api (Express)
Additionally, there are shared packages for eslint
and typescript
configuration.
Quick start (in root
folder):
pnpm install
pnpm run dev