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?
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
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?
For further actions, you may consider blocking this person and/or reporting abuse
Donnie Prakoso -
Uriel Bitton -
Sivamuthu Kumar -
Paweł Piwosz -
Once suspended, sinan546 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, sinan546 will be able to comment and publish posts again.
Once unpublished, all posts by sinan546 will become hidden and only accessible to themselves.
If sinan546 is not suspended, they can still re-publish their posts from their dashboard.
Discussion (2)
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.
I always recommend Heroku