Deploy React App To AWS S3 Step By Step
Video Statistics and Information
Channel: Open Source Devops
Views: 20,892
Rating: undefined out of 5
Keywords: Deploy React App To AWS S3 Step By Step, react, aws, s3, deploy react app to aws ec2, deploy a react app on amazon s3, run react app aws, using react with aws s3, react web app s3, deploy to s3, deploying a react app with aws s3
Id: G2tgWGge-uQ
Channel Id: undefined
Length: 2min 38sec (158 seconds)
Published: Mon May 13 2019
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Use AWS Amplify instead.
Itโs basically Netlify + Firebase.
All you need to do is connect your git repo, it will handle your CI / CD before deploying to Cloudfront.
When it is suggested to build a headless, non SSR app?
I read that as โstep 2019โ and thought, โmaybe a little too much to catch up on for this one..?โ
TravisCI also makes this a breeze
aws sync --acl public-read dist s3://your-bucket-name\
, where `dist` is the name of the folder. Chaining this will help--cache-control "max-age=86400"