Webank Userapp To run our user application, 1. Install dependencies npm install 2. Export necessary environment variables export VITE_BACKEND_URL=http://localhost:8080 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