This repository contains the finished code for the Get to know Firebase for web codelab, using webpack instead of stackblitz.
The contents of the src directory is identical to checkpoint 5 in stackblitz.
- Follow the step 4 in the codelab to create & setup your firebase project.
- Run
firebase init
and select your project.
npm run serve
npm run deploy
or npm run build && firebase deploy