name | description | page_type | languages | products | ||||
---|---|---|---|---|---|---|---|---|
Azure TypeScript apps |
A variety of TypeScript apps to deploy on Azure or integrate with Azure services. |
sample |
|
|
A monorepo of apps used with the Azure cloud as part of the Azure Developer Center for JavaScript. This repo provides sample code and project to deploy JavaScript and TypeScript to Azure.
.devcontainer
: local proxied react + api using SWA CLIapp-react-vite
: very simple React 18 + Vite app with Azure easy authapi
: very simple Node.js Azure Functions v4 (new programming model) with/status
routeapi-inmemory
: very simple Node.js Azure Functions v4 (new programming model) with/status
and in-memory db for/todo
routedocs
: helpful information about resourcesexample-workflows
: example GitHub workflow files you can use to build and deploy apps
- React 18 (Vite) + Azure Functions API v4
Name | Description |
---|---|
app- |
Client or full-stack web app. |
api= |
HTTP API. |
lib- |
Library. Included in other projects. |
cli- |
Command-line interface. |