Set up Firebase Hosting (basic)
Install Firebase CLI npm install -g firebase-tools Next Initialize your project (Sign in to Google) firebase login Until: Firebase CLI Login Successful! Initiate your project Run this command from your app’s root directory: firebase init 1. Are you in the Home directory? => y 2. Hosting: Configure and deploy Firebase Hosting sites 3. Use an …