I've been reading about Blazor and even played with some sample code. However, I'm not finding the answer to my question. I'm looking to run Blazor as a front end for an app that I'm re-writing and I'd like to do this without installing IIS if possible. When I search for "Blazor serverless" I get azure functions. Is it possible to to utilize Blazor clientside without IIS and if so what is this programming process called?
I guess that you are talking about Blazor wasm.
You can deploy Blazor WasAssembly as a static files to several a static file server such Nginx, Apache or even IIS. Link below provides more information.