Publish an API to Azure Static Web Apps
Publish an Angular, React, Svelte, or Vue JavaScript app and API with Azure Static Web Apps and Azure Functions. Deploy your code from GitHub to a staging site using preview URLs.
Learning objectives
In this module, you will:
- Choose an existing web app project with either Angular, React, Svelte or Vue
- Create an API for the app with Azure Functions v3 programming model for Node.js
- Run the application locally
- Publish the app to Azure Static Web Apps
- Publish the app and its API to Azure Static Web Apps to a staging site
Prerequisites
- Familiarity with one of Angular, React, Svelte, or Vue
- Node.js LTS and Git
- Active Node Version Manager
- GitHub account
- Visual Studio Code
- Beginner-level experience with Azure Functions