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?

2
  • 1
    This is completely unanswerable, state the specific problem you have and what you already tried. Commented 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. Commented Aug 11, 2022 at 9:44

1 Answer 1

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.

Sign up to request clarification or add additional context in comments.

1 Comment

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?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.