NOTE: Before deployment, you will need to first run npm run build to create the build folder which will be used for deployment. You need to have this before starting these firebase commands
npm install -g firebase-tools
firebase loginand enter your credentials
firebase init
5) "Which CLI features do you want to setup for this folder? Press Space to select features, then Enter to confirm your choices"
- use arrow keys, select HOSTING option with spacebar. Press ENTER.
- build, Press Enter
- Y, Press ENTER
- N, Press ENTER
firebase deploy