Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 662 Bytes

File metadata and controls

34 lines (24 loc) · 662 Bytes

Set up:

Set up firebase:

  • install Firebase Tools: npm i -g firebase-tools
  • install yarn: npm i -g yarn
  • create a project through the firebase web console
  • grab the projects ID from the web consoles URL: https://console.firebase.google.com/project/
  • update the .firebaserc default project ID to the newly created project
  • login to the Firebase CLI tool with firebase login

Install project:

yarn

Run Firebase locally for testing:

yarn serve

Deploy it to the cloud with Firebase:

yarn deploy

Clean dist folder

yarn clean