The app will automatically reload if you change any of the source files.
- Run
nx run drahtpruefung:serve
for a dev server. - Run
nx run restmaterial:serve
for a dev server.
Run nx graph
to see a diagram of the dependencies of the projects.
Visit the Nx Documentation to learn more.
- Load nodeJs
- run pnpm install (To get all dependent software installed)
- To run with nx command :
- Run pnpm install -g nx
- Run pnpm install -g @nrwl/cli
- npx nx serve (Run default Project)
Run command nx run restmaterial:serve
- Die Datei "C:\Users\xxx\AppData\Roaming\npm\nx.ps1" kann nicht geladen werden. Die Datei "C:\Users\xxx\AppData\Roaming\npm\nx.ps1" ist nicht digital signiert. Solution
- Run Powershell as Administrator and run below command
- PS C:\WINDOWS\system32> cd C:\Users\xxx
- PS C:\Users\xxx> Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted