- go to qs_frontend\src\services\axiosService.js
- change the current ip address in baseURL in apiClient to your ipv4 address in wifi
baseURL: 'http://*your ipv4 address in wifi*:8080'
npm install
npm run serve
In order to use this application, use network URL

npm run build
npm run test:unit
npm run lint