A powerful monorepo template for building scalable NestJS applications with Turborepo. Streamline your development workflow and boost productivity.
Built with Turborepo for efficient monorepo management, enabling shared code and dependencies across multiple applications.
Leverage the power of NestJS framework with TypeScript support, dependency injection, and modular architecture.
Includes pre-configured tools for testing, linting, and building, with optimized development workflows.
# Clone the repository
git clone https://github.com/vndevteam/nestjs-turbo.git
# Install dependencies
cd nestjs-turbo
pnpm install
# Start development
pnpm dev