A GitHub template for quickly bootstrapping an Azure Static Web App project with React and TypeScript.
Similar to the official one, but uses TypeScript instead. Also has a pre-initialized Azure Functions project in the /api folder, written in TypeScript as well.
npm install
npm run start-with-backend
The latter command also compiles and starts the /api project under the local 'http://localhost:7071/api' URL.
Exactly as described here.
Exclude env.development.local and local.settings.json once ready.