DEV Community

Discussion on: Deploying react and node.js?

Collapse
 
bradtaniguchi profile image
Brad

This really depends on how your hosting provider works, as not all are equal. Its possible a "React app" can be hosted because React can build static files (HTML, CSS, JS) and basically all hosting providers can host static files.

I'd look into your hosting providers docs and see if/how they support nodejs. Its possible they don't provide a hosting/runtime for any back-end apps (Nodejs, PHP, Python, Java, whatever) and you may need to use another provider.