Please check out the demo video of the system.
# Set up Node.js
curl -sL https://deb.nodesource.com/setup_6.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt-get install nodejs
sudo apt-get install build-essential
npm install -g firebase-tools
firebase login
Under the root directory of this project, type following code in the terminal.
firebase serve --only hosting
Then open the localhost:5000
in the browser to test the local running version.
Important Notes: this operation will wipe out the deployed online version, do not deploy when you are testing.
Firebase deploy --only hosting
This is an assignment for Spring 2018 COMP3421 Web Application Design and Development at Department of Computing of The Hong Kong Polytechnic University.