React app built with Vite, Typescript, with CI/CD pipelines that deploy to Azure App Service.
A step by step guide on how to set up CI/CD using GitHub Actions can be found in my Medium article: How to deploy a Vite React app to Azure App Service using CI/CD Pipelines(GitHub Actions)
- Install Node LTS (v18.16.1 ATTOW)
This project is built using Vite and can be run in the following steps:
git clone https://github.com/d3v-g/medium-deploy-react-app
npm install
npm run dev
This workflow runs linting, tests, and builds and deploys application to an Azure App Service running on Linux containers.
This workflow runs linting, tests, and builds and deploys application to an Azure App Service running on Windows containers.