1

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?

Ulas Demir
  • 27
  • 3

1 Answers1

3

You can deploy react apps to google cloud platform with App Engine only. Follow the below steps:

  1. Creating the react app
  2. Creating the app.yaml file
  3. Creating a new Project in Google console
  4. Creating App Engine
  5. Deploying Google App Engine
  6. Deploying using Google Cloud SDK
  7. Deploying using Google Cloud Shell
  8. 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