A template repo for setting up a Turborepo with sensible default configurations for TypeScript, ESlint and Jest with a set of generic code generators for quickly bootstrapping workspaces.
This repo uses pnpm as its package manager. To enable Node.js to use pnpm, you need to enable Corepack and then activate the version of pnpm specified in the root package.json
file.
corepack enable
corepack prepare --activate
Once Corepack is enabled, you can install your dependencies and use the generators to get your projects setup:
pnpm install
pnpm gen