To run our user application,
npm install
export VITE_WEBANK_PRS_URL=http://localhost:8080/api/prs
export VITE_WEBANK_OBS_URL=http://localhost:8081/api
You can change the value of the variable above depending on where you are running our backend
npm run dev