Step 1:Download the node.js from the official website
Website:https://nodejs.org/
Check the version:
Use this command:
npm -v
node -v
Step 2:
Run the given code create react app :
After running the command you web application will hosted and its url will be displayed
Step 3:
Copy the url and open it in a Browser
Step 4:
Create a S3bucket in AWS:
Disable "Block Public Access"
In properties-->enable Static website hosting
In permissions -->bucket policy type the give policy
Step 5:
Add files in S3 Bucket
Step 6:
Go to index.html and open the object url:
