How to run this app:
- Install Firebase CLI
- Navigate to the project folder and type "firebase serve"
- Open browser and type localhost:5000
- Open browser's console to see the result.
Check the file "firebase.json" if the error is "CANNOT GET /". In the file "firebase.json", sepecify the hosting with the folder name and location that contain the html/css/js file as similar to the code below.
"hosting" : { "public": "./public" },