Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 462 Bytes

File metadata and controls

25 lines (17 loc) · 462 Bytes

Webank Userapp

To run our user application,

1. Install dependencies

npm install

2. Export necessary environment variables

export VITE_WEBANK_PRS_URL=http://localhost:8080/api/prs
export VITE_WEBANK_OBS_URL=http://localhost:8081/api
export VITE_WEBANK_TELLER_PASSWORD=webank123456

You can change the value of the variable above depending on where you are running our backend

3. Strart the development server

npm run dev