- git clone https://github.com/ram-singh/PWA.git
- npm install
- npm start // open browser --> http://localhost:8080
- npm install -g firebase-tools
- Visit Firebase project (in the browser) and download your security key file (Settings => Service Accounts). Store it in the functions/ folder and adjust your code in the function to grab that file.
- Enter Firebase project id into the
.firebasercfile - Deploy project via
firebase deploy