The backend is using firebase. Firebase tools will be required.
npm install -g firebase-tools
Both back end and front end, npm install to get dependancies.
npm install
To run Backend, execute firebase emulator
cd functions npm run serve
To run front end
npm run start