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?
2
-
1This is completely unanswerable, state the specific problem you have and what you already tried.somethingsomething– somethingsomething2022-08-11 09:33:01 +00:00Commented Aug 11, 2022 at 9: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– Ulas Demir2022-08-11 09:44:43 +00:00Commented Aug 11, 2022 at 9:44
Add a comment
|
1 Answer
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.
1 Comment
Ulas Demir
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?