Left Sidebar
Showing posts with the label AWSShow all
Adding a global username and password to a aws-amplify react app.
Champak Roy
Monday, January 29, 2024
Adding a global username and password to a aws-amplify react app. Continuing from our previous post at Hosting a simple react site on AWS-Amplify Here are the steps 1. 2. 3. Userna…
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> <…