DEV Community

Haramine Sinan
Haramine Sinan

Posted on

Where should I host a "Web App"

Can I host my "web app" on hosting sites like hostinger, hostgator, bluehost etc? Or I have to host them on firebase, aws or something?

Top comments (2)

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.

Collapse
 
mattgibbard profile image
Matt Gibbard

I always recommend Heroku