You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,17 @@ Update the outputPath for the (nx build) to deploy the production paths to the w
115
115
> [!NOTE]
116
116
> When creating a new Angular nx project, it adds git files as well, delete these as this is not required.
117
117
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
+
118
129
## Setup development
119
130
120
131
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