Category: github, yaml

In this article we will look into steps to create an AWS CI/CD pipeline to deploy a static react app on AWS S3 using AWS Cloudformation Template. We can simply create a react app using create-react-app command in terminal. After creating app, use these commands to open react app in your browser to check if app is working or not.

You can Copy paste these files from your react app folder, commit and push it to your code commit repository.

This would deploy the react app in the S3 Bucket that was created using the template and can be accessed from the S3 Bucket.

Related Articles