Firstly, build the web app, then compile and deploy contract.
./deploy.sh
Then, install and run the web app.
npm install
./node_modules/.bin/vue-cli-service serve --mode staging
./node_modules/.bin/vue-cli-service build --mode staging
./node_modules/.bin/vue-cli-service build