DEV Community

Cover image for Deploy React SPA to AWS S3 using Github Actions

Deploy React SPA to AWS S3 using Github Actions

Arsalan Ahmed Yaldram on September 23, 2022

Introduction In this tutorial I will continue working on my react component library which we bootstrapped in the last project using vite...
Collapse
 
diogo405 profile image
Diogo Goncalves

have a look at aws amplify it does that for you already 😀

Collapse
 
yaldram profile image
Arsalan Ahmed Yaldram

Hey, yes, I have shared other hosting platforms in my summary. I have this habit of asking how something works what all things are involved. We use Vercel in our company, I wanted to do all of this on my own.