Group member: Akide Liu, Chi Wang, Ziqi Zhang, Zihan Wang..
This project is supervisored by University of Adelaide course Web & Database Computing
go to frontend
folder
npm install
npm run serve
npm run build
npm run test:unit
npm run lint
In shared cs50, go to directory : /home/ubuntu/wdc/COVID_contact_tracing_system/frontend
This cs50 has been authorized to ian-knight-uofa
and wdc-marker-uofa
with following link: https://ide.cs50.io/d8e35ee8ab724f2db147fb4a556d67b1
After npm run serve
the project would be viewed on the following link: https://ide-d8e35ee8ab724f2db147fb4a556d67b1-8081.cs50.ws/
Important : The default server port for project frontend is 8081
directly run http-server
in dist
folder (we have built it for you) or serve -l 8081
/home/ubuntu/wdc/COVID_contact_tracing_system/frontend/dist
Important : Due to the limitations that http-server command can not directly display url root, we would strongly recommend you to use serve -l 8081
command to avoid unpredictable issues
preview link :
https://ide-d8e35ee8ab724f2db147fb4a556d67b1-8081.cs50.ws/
Authors: All team member of UAws/wdc-team
COVID_contact_tracing_system
Copyright (C) <2021> UAws/wdc-team
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.