npm install -g firebase-tools
firebase init hosting
sample files will be created
firebase deploy --only hosting
Host inside the firebase
To run this web app locally
firebase emulators:start
npm install -g firebase-tools
firebase init hosting
sample files will be created
firebase deploy --only hosting
Host inside the firebase
To run this web app locally
firebase emulators:start