DEV Community

Discussion on: Where should I host a "Web App"

Collapse
 
gaesrare profile image
Gabriel Ramirez

Is it a vue/react/angular web app?

If it's that way, then Yes!.
You need to build the project(each one have its own way) and add the output folder in the env and that upload it as static files. It's a bit complex for a comment, but you can search as "deployment" and the name of the framework. to see some documentation.
Ex. "Vue deployment"

Now, if it's more complex, such as node, mongodb, etc. You need a diferent service(such as Heroku, Digital Ocean, AWS, Firebase)

I would recommend Digital Ocean App Platform (digitalocean.com/products/app-plat... ), if it's static(such as react, vue, others) you can launch it for free. And if it's node and similars, it cost about 5 dollars per month and it's very customizable.