Versions Compared

Key

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

...

Open so/so-monitoring/so-monitoring-ui” folder in Atom by clicking the "Open a Project" button in the "Welcome Guide" tab.

Change directory to so/so-monitoring/so-monitoring-ui/src/main/frontend/src/app”, where the frontend source code is located.

...

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”

...