Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 430 Bytes

firebase-hosting.md

File metadata and controls

20 lines (10 loc) · 430 Bytes

Prerequisite

Node Installed

put command on (npm install -g firebase-tools) on your cmd to install firebase tools.

STEPS

  1. Go to your folder
  2. firsebase init
  3. Use public directory as your folder
  4. Go to your folder now you can see public folder, that is inital folder, copy paste the required files you want to host.
  5. firebase deploy
  6. Go to the url your application has been deployed