Skip to content

Commit 7626b58

Browse files
committed
docs(nx): minor changes to the angular+react guide
1 parent d93d5a0 commit 7626b58

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/guides/react-and-angular.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ Setting this up traditionally is challenging. Companies put a lot of effort in m
66

77
To show how Nx does it, let's build two applications (one in Angular, and one in React) that will use a library of shared web components.
88

9-
## What is Nx
10-
11-
Nx is a set of Angular CLI power-ups for modern development. With Nx, you can:
12-
13-
- Use modern tools like Cypress and Jest
14-
- Build full-stack applications and share code between the backend and the frontend
15-
- Use effective development practices pioneered at Google
16-
17-
Let's see how we can use Nx to organize this development workflow.
18-
199
## Creating a New Nx Workspace
2010

2111
Let's start by creating a new Nx workspace. The easiest way to do it is to use npx.

0 commit comments

Comments
 (0)