Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When compiling the Angular application for the first time run the command npm install in your terminal to install all dependency packages (run npm install --all --force if there are dependency conflicts).

Run the command ng build. This compiles the Angular application into a directory so/so-monitoring/so-monitoring-ui/src/main/frontend/dist”

...