In this guide, you will learn how to deploy your tezjs site to Azure Static Web App.
https://kind-plant-0bdd6f600.2.azurestaticapps.net/
Run the following command to create tezjs project:
npm create tez@latestcd [projectName]npm install- for installing the required dependenciesnpm run build- for build the projectnpm run dev- for run the project
Make sure you have:
- Azure account.
- node installed in your machine.
- created a Static Web App on Azure.
Go to https://portal.azure.com/ to create a Static Web App on Azure
-
Deployment from Github Repository:
select below configurations while creating Static Web App on Azure to setup Auto Deploy- Source as a
Githubin Deployment details on create page - connect github account
- select organization, repository and branch
- select
Custombuild Preset - select App location as
/ - select Output location as
distand Api location leave it blank
- Source as a