Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating an Azure Virtual Machine And running a React App #107

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kelcho-spense
Copy link

My MLSA Profile

This is a summary of my blog.

  1. Create an Azure Virtual Machine in the Azure portal.
  2. Connect to the virtual machine via Remote Desktop Protocol (RDP).
  3. Install Node.js on the virtual machine.
  4. Build your React app by running "npm run build" in the terminal.
  5. Transfer the "build" folder to the virtual machine using an FTP client.
  6. Navigate to the "build" folder on the virtual machine and start the server by running "node server.js".
  7. Access your app by visiting the public IP address of the virtual machine in a browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant