I have a basic hello world react app and Google cloud server in compute machine(Vm Instance).How can I deploy my react app to this server?
Asked
Active
Viewed 996 times
1
-
1This is completely unanswerable, state the specific problem you have and what you already tried. – somethingsomething Aug 11 '22 at 09:33
-
The problem is I dont know how to deploy my react app to google cloud compute engine server.I tried many ways in youtube but they did in app engine. – Ulas Demir Aug 11 '22 at 09:44
1 Answers
3
You can deploy react apps to google cloud platform with App Engine only. Follow the below steps:
- Creating the react app
- Creating the app.yaml file
- Creating a new Project in Google console
- Creating App Engine
- Deploying Google App Engine
- Deploying using Google Cloud SDK
- Deploying using Google Cloud Shell
- Configuring a Custom Domain in Google App Engine.
Refer to this document for more detailed steps.

Fariya Rahmat
- 2,123
- 3
- 11
-
Thank you for answering.I did what you say with google cloud shell.Then they give me link.But when I make changes, it does not appear in the link.What can I do? – Ulas Demir Aug 11 '22 at 15:35