From af6f5b55a353f1f6485b2e3c20bb667c4ab84d73 Mon Sep 17 00:00:00 2001 From: Adam Gordon Bell Date: Fri, 6 Oct 2023 15:40:33 -0400 Subject: [PATCH] Update 2023-09-11-nx-monorepos-guide.md --- blog/_posts/2023-09-11-nx-monorepos-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/_posts/2023-09-11-nx-monorepos-guide.md b/blog/_posts/2023-09-11-nx-monorepos-guide.md index 89788d511..8f50a5ea1 100644 --- a/blog/_posts/2023-09-11-nx-monorepos-guide.md +++ b/blog/_posts/2023-09-11-nx-monorepos-guide.md @@ -14,7 +14,7 @@ internal-links: excerpt: | This article introduces Nx, a powerful build tool for managing monorepos. It explains the benefits of using Nx, such as seamless code sharing, efficient task management, caching, and extensibility, and provides a step-by-step guide on how to create and manage a monorepo with Nx. --- -**We're [Earthly](https://earthly.dev/). We simplify and speed up software builds using containerization, ideal for managing Nx monorepos. [Give us a try](/).** +**We're [Earthly](https://earthly.dev/). We simplify and speed up software builds using containerization, ideal for managing monorepos. [Give us a try](/).** Imagine you have a collection of distinct but interrelated projects. For instance, you might have an app with its own [React](https://react.dev/) frontend and [Node.js](https://nodejs.org/en/) backend, or two different [Angular](https://angular.io/) applications sharing a common collection of components. Monorepos offer an effective solution to organize these distinct but interrelated projects into a single repository. @@ -426,4 +426,4 @@ Monorepos are becoming the norm for organizing multiple interrelated projects in In this article, you explored a powerful tool called Nx. You learned about its pros and cons and saw how easy it is to build a monorepo with it. If your projects are predominantly in JavaScript or TypeScript, then you can't go wrong with Nx. If your projects include use of other languages, Nx can still work but you might want to take a look at [Earthly.](https://earthly.dev/) -{% include_html cta/bottom-cta.html %} \ No newline at end of file +{% include_html cta/bottom-cta.html %}