Posted inDevelopment
Using Nx to Manage a Full-stack TypeScript Monorepo: Build Cache, Shared Libs, and CI/CD
A practical guide to managing a full-stack TypeScript Monorepo with Nx: creating shared libraries used by both NestJS and Next.js, optimizing build cache to cut build time from 8 minutes to 90 seconds, and setting up CI/CD with GitHub Actions to only build and deploy what actually changed.
