To be well-written
The source code was adapted from this project
Check here for the demo
Make sure to have all these dependencies installed in your local machine:
- Go to the project's root folder & run the following command:
npm install
- After all modules are installed, run the command:
npm run serve
It will open a developer environment local server in http://localhost:8080/
- Once it is ready for production, run the command:
npm run build
or run a one-off command to deploy firebase
/bin/bash deploy.sh