Left Sidebar
Showing posts with the label HostingShow all
Hosting a simple react site on AWS-Amplify
Champak Roy
Saturday, January 13, 2024
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…
Hosting a simple static site on AWS-Amplify
Champak Roy
Monday, January 08, 2024
Hosting a simple static site on AWS-Amplify Step 1. Make a site and host it on GitHub It has a single page index.html <!DOCTYPE html > <html lang = "en" > <head> <…