A Turborepo monorepo for my projects.
This Turborepo monorepo uses pnpm as a package manager. It includes the following packages/apps:
minesweeper
: minesweeper web gameportfolio
: portfolio websitesnake
: snake web gameeslint-config-custom
:eslint
configurationstylelint-config-custom
:stylelint
configurationtsconfig
:typescript
configuration
Each package/app is 100% TypeScript.
This monorepo uses the following tools:
- TypeScript for static type checking
- ESLint for code linting
- Stylelint for style linting
- Prettier for code formatting
To build all apps and packages, run the following command:
pnpm run build
To develop all apps and packages, run the following command:
pnpm run dev
To lint all apps and packages, run the following command:
pnpm run lint