👨‍💻Project Overview

Welcome! This mini project is designed to help you get your own React application up and running in Azure for free! I've already battled ChatGPT to get a working application configured and have since made it available in GitHub for you to fork and play with on your own time. Get started below!

Here's what we'll cover:

  1. Set Up GitHub Repository:

    • We'll guide you through creating a new GitHub repository for your project.

    • Initialize your React application and commit the initial code to the repository.

  2. Deploy React App to Azure Static Web Apps:

    • Create a new Static Web App in Azure to host your React app for free!

    • Configure your GitHub repository to trigger automatic deployments to Azure Static Web Apps.

    • Set up essential build and deployment settings for your React app.

    • Verify that your React app is successfully deployed and accessible via the provided URL.

By the end of this project, you'll have a functional React web app deployed on Azure, ready for further development and customization.

Optional: Custom DNS Using a CNAME (Advanced)

  • If you want to add a personalized touch to your project, we'll provide an optional step to set up custom DNS using a CNAME, giving your website a unique domain name.

Ready to get started? Let's dive into Step 1: Set Up GitHub Repository.

Last updated

Was this helpful?