This is a monorepo starter kit for full stack applications. It uses pnpm workspaces to manage dependencies and scripts. Its focus is on providing a simple, yet powerful, development environment for full stack applications avoiding the need to use multiple terminals and/or tools to run the frontend and backend, also providing a common feature set for both.
git clone https://github.com/AngelAlexQC/nestjs-multitenant-boilerplate
cd nestjs-multitenant-boilerplate
pnpm install
pnpm run dev
Create new angular project with pnpm, scss and routing
ng new --defaults --style=scss --routing --package-manager=pnpm