Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.01 KB

ReactTsBasic

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.

How to run

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.

How to deploy to Azure

Exactly as described here.

Important

Exclude env.development.local and local.settings.json once ready.