How to get going quickly
The project was bootstrapped using create-react-app. This gives us a ready to go development environment.
We then develop our app and can when we're satisified we can compile
it into static files which we deploy to firebase static hosting.
The demo can be found here react-firebase-demo-e951e.firebaseapp.com
Please note. create-react-app handles all react dependencies.