terminal firebase project setup option Use an existing project Create a new project code example
Example 1: firebase cli windows
npm install -g firebase-tools
Example 2: firebase only hosting command
firebase deploy --only hosting
npm install -g firebase-tools
firebase deploy --only hosting