
Building an MCP Server with Nx | Nx Blog
May 29, 2025 · Learn how to build a Model Context Protocol (MCP) server using Nx to make your applications AI-ready.
Enhance Your LLM | Nx
Learn how Nx enhances your AI assistant by providing rich workspace metadata, architectural insights, and project relationships to make your LLM smarter and more context-aware.
Run Only Tasks Affected by a PR - Nx
Learn how to use Nx's affected command to determine and run tasks only on projects affected by your changes, improving CI speed and efficiency.
Nx Console | Nx
Project Details View. Learn how to use Nx Console's Project Details View to explore project information, run tasks, and navigate the dependency graph directly from your editor.
Angular Architecture Guide To Building Maintainable ... - nx.dev
Mar 18, 2025 · Learn how to build scalable Angular applications using domain-driven design, clear boundaries, and Nx tooling for better maintainability and team collaboration.
Nx and the Angular CLI | Nx
Compare Nx and Angular CLI features, understand similarities and differences, and learn how Nx enhances Angular development with improved caching, monorepo support, and advanced …
Step by Step Guide on Creating a Monorepo for React Native …
Learn how to set up a monorepo with Nx to manage React Native mobile and React web apps with shared libraries, demonstrated through a daily horoscope app example.
Nx MCP Now Available for VS Code Copilot | Nx Blog
Apr 15, 2025 · Learn how to enhance VS Code Copilot with Nx MCP integration, providing rich monorepo context for smarter AI assistance.
Automate Updating Dependencies - Nx
Learn how to use Nx migrate to automatically update package dependencies, configuration files, and source code to match new package versions.
Nest.js Plugin for Nx | Nx
Learn how to use the @nx/nest plugin to create and manage Nest.js applications and libraries in your Nx workspace, including setup and generators.