Frontend

The frontend is just static HTML, JS, and CSS files, that can be optimized by being deployed on a CDN server at a low cost*.

Make sure you have deployed the backend first.

*If you plan to use the frontend with the multi-tenant with subdomain strategy, you will have to use a server that allows wildcard subdomains. For the other two cases - single-tenant and multi-tenant - you can basically use any static hosting provider.

Firebase HostingHeroku w/ Subdomains

Last updated