Hosting a simple react site on AWS-Amplify

Hosting a simple react site on AWS-Amplify


Create a React App


React App Created




The React App in a folder.



The project opened in VS Code



Run the React Project




Running Project in a browser


Project in a browser after I edited the App.js and index.html files



The Project on GitHub



Open AWS-Amplify hosting page in AWS




Choose GitHub and proceed




Install AWS-Amplify



Give permission to AWS on GitHub for the Repository






Go back to AWS-Amplify, select the repository and click Next












Build completed. press the link and view the site.


The site is live on AWS-Amplify



Contact us for software training, education or development










 

Post a Comment

Me
Me
WhatsApp Contact Me on WhatsApp
×

📩 Today’s Programming Tip

✅ Python Tip: Use zip() and unpacking to transpose a matrix.
Example:
matrix = [[1, 2], [3, 4], [5, 6]]
print(list(zip(*matrix)))

🔗 Learn More

💡 Tip of the Day