<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Julien Muke</title>
    <description>The latest articles on DEV Community by Julien Muke (@julien_muke_af812ff28d550).</description>
    <link>https://dev.to/julien_muke_af812ff28d550</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3587119%2F1d3aaeef-3dcd-4ec7-a217-be4b5a72cee8.jpg</url>
      <title>DEV Community: Julien Muke</title>
      <link>https://dev.to/julien_muke_af812ff28d550</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/julien_muke_af812ff28d550"/>
    <language>en</language>
    <item>
      <title>Automate React App Deployment with AWS CodePipeline &amp; S3 🚀</title>
      <dc:creator>Julien Muke</dc:creator>
      <pubDate>Wed, 29 Oct 2025 11:08:29 +0000</pubDate>
      <link>https://dev.to/julien_muke_af812ff28d550/automate-react-app-deployment-with-aws-codepipeline-s3-4o17</link>
      <guid>https://dev.to/julien_muke_af812ff28d550/automate-react-app-deployment-with-aws-codepipeline-s3-4o17</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkenvu5ywy9ojvfssq4kb.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkenvu5ywy9ojvfssq4kb.JPG" alt=" " width="800" height="300"&gt;&lt;/a&gt;Hey everyone! I just put together a new project and wanted to share how you can build a fully automated CI/CD pipeline to deploy a React.js application.&lt;/p&gt;

&lt;p&gt;The best part? It uses &lt;strong&gt;AWS CodePipeline, CodeBuild,&lt;/strong&gt; and &lt;strong&gt;Amazon S3&lt;/strong&gt; to automatically build and deploy your app every single time you push a change to your GitHub repo. Say goodbye to manual deployments!&lt;/p&gt;

&lt;p&gt;This is a fantastic way to get your hands dirty with some of the most in-demand AWS services and streamline your entire front-end workflow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🤖 What Does This Project Do?&lt;/strong&gt;&lt;br&gt;
In short, this project sets up a system where you can:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Write your React code locally.&lt;/li&gt;
&lt;li&gt;Push your code to the main branch on GitHub.&lt;/li&gt;
&lt;li&gt;Automatically trigger an entire build and deploy process on AWS.&lt;/li&gt;
&lt;li&gt;See your live, updated website hosted on a static Amazon S3 bucket.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;🔧 How It Works&lt;/strong&gt;&lt;br&gt;
The magic happens in just a few steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;You push your new code to the main branch on GitHub.&lt;/li&gt;
&lt;li&gt;AWS CodePipeline instantly detects the change.&lt;/li&gt;
&lt;li&gt;AWS CodeBuild pulls the code, installs all the dependencies (npm install), and runs the build (npm run build).&lt;/li&gt;
&lt;li&gt;The final build output (the static files) is automatically deployed to your S3 bucket.&lt;/li&gt;
&lt;li&gt;Amazon S3 serves your React app as a public, static website. All done!&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;➡️ Get the Full Tutorial!&lt;/strong&gt;&lt;br&gt;
I've put together a &lt;strong&gt;full step-by-step video tutorial&lt;/strong&gt; that walks you through this entire process from start to finish. It's perfect if you're a visual learner or want to build this alongside me.&lt;/p&gt;

&lt;p&gt;📺 &lt;strong&gt;Watch the full video on YouTube!&lt;/strong&gt; &lt;a href="https://youtu.be/1k6s4shjpRc" rel="noopener noreferrer"&gt;https://youtu.be/1k6s4shjpRc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can also find all the code, configuration files, and the full README with all the steps on the public GitHub repository.&lt;/p&gt;

&lt;p&gt;📁 &lt;strong&gt;Check out the code on GitHub&lt;/strong&gt; &lt;a href="https://github.com/julien-muke/aws-codepipeline-react-s3" rel="noopener noreferrer"&gt;https://github.com/julien-muke/aws-codepipeline-react-s3&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading! Let me know what you think in the comments. What other AWS services are you using to automate your projects?&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cicd</category>
      <category>react</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
