SCSB-UI is a microservice application that provides the User Interface for the application.The User Interface has a user login on successful authentication. Based on the user’s privileges, the User Interface provides search functionality, request, reporting, batch jobs accessibility, and user management.
- Angular 18.2.13
- Node 22.12.0
Angular and node should be installed with 15 and 18 versions respectively.
Download the Project , navigate inside project folder and build the project using below command
npm run build:${Environment}
The build artifacts will be stored in the dist/ directory.
After successful build , copy the content of dist to UI-Service static folder.