Skip to content

Commit 192b892

Browse files
authored
Update README.md
1 parent 5bc466e commit 192b892

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,17 @@ Update the outputPath for the (nx build) to deploy the production paths to the w
115115
> [!NOTE]
116116
> When creating a new Angular nx project, it adds git files as well, delete these as this is not required.
117117

118+
## Prerequisites
119+
120+
Node >= v24.10.0
121+
122+
```cmd
123+
npm add --global nx
124+
npm install @angular/cli -g latest
125+
npm install --force
126+
npm run build
127+
```
128+
118129
## Setup development
119130

120131
The development environment is setup to use the default tools for each of the tech stacks. Angular nx is used like recommended. I use Visual Studio code. A YARP reverse proxy is used to integrate the Angular development into the backend application.

0 commit comments

Comments
 (0)