node.js - Do you need Node installed in your hosting environment for React projects -


i building react apps , starting think process of hosting. media temple, apache based hosting, , on (gs) grid server plan, can tell doesn't support installing node.

i wondered, react apps need node on server?

if do, alternatives hosting options be?

many :)

if you're doing universal rendering, you'll need node server support this.

but if it's static one-page application, not install node on hosting environment.

using webpack example, can create single js bundle of vendors , sources files, css one, , index.html, leaving 3 static files.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -