- instructions
- sign up for firebase https://console.firebase.google.com
- install firebase tools
npm install -g firebase-tools
- log in to firebase
firebase login
firebase init
- for "what is your project folder" I chose
build
- for "what is your project folder" I chose
npm run build
firebase deploy
instructions here
$ npm install firebase --save
$ npm install firebaseui --save