AL
albertothedev/projects
Projects monorepo
A Turborepo monorepo for my projects.
What's inside?
This Turborepo monorepo uses pnpm as a package manager. It includes the following packages/apps:
Apps and Packages
minesweeper: minesweeper web gameportfolio: portfolio websitesnake: snake web gameeslint-config-custom:eslintconfigurationstylelint-config-custom:stylelintconfigurationtsconfig:typescriptconfiguration
Each package/app is 100% TypeScript.
Utilities
This monorepo uses the following tools:
- TypeScript for static type checking
- ESLint for code linting
- Stylelint for style linting
- Prettier for code formatting
Build
To build all apps and packages, run the following command:
pnpm run buildDevelop
To develop all apps and packages, run the following command:
pnpm run devLint
To lint all apps and packages, run the following command:
pnpm run lint