This turborepo uses Yarn as a package manager. It includes the following packages/apps:
nest: a Nest.js app as backendvite: a Vite app as frontendeslint-config-custom:eslintconfigurations for viteeslint-config-nest:eslintconfigurations for nestprettier-config-custom:prettierconfigurations used throughout the monorepotsconfig:tsconfig.jsons used throughout the monorepo
To develop all apps and packages, run the following command:
yarn dev:vite
yarn dev:nest