Skip to content

Commit

Permalink
Update 2023-09-11-nx-monorepos-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gordon Bell authored Oct 6, 2023
1 parent 2f9156c commit af6f5b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/_posts/2023-09-11-nx-monorepos-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
---
<!--sgpt-->**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.

Expand Down Expand Up @@ -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 %}
{% include_html cta/bottom-cta.html %}

0 comments on commit af6f5b5

Please sign in to comment.