Skip to content

Hosting

This starter template uses Firebase Hosting to host the web app.

Connect a custom domain

To connect a custom domain to Firebase Hosting, follow the instructions in the Firebase documentation.

Deployment

The deployment of the web app is done via the Firebase CLI. You can either deploy the web app manually or via the CI/CD pipeline.

To deploy the web app manually, perform the following steps:

  1. Build the web app:

    npm run build
    
  2. Deploy the web app:

    npm run firebase:deploy:hosting
    

See CI/CD.