0

I would like to host my Node React web application but I don't find any tutorial, somebody can help me ? Thx

dhammani
  • 141
  • 1
  • 14

1 Answers1

1

If your react app is client side version only you can just copy the production build in public folder.. But if your react app is inside a node server(Server Side Rendering), you need to install node in your host.