https://github.com/simonaco/dryrun18
https://github.com/simonaco/dryrun18
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonaco/dryrun18
- Owner: simonaco
- License: mit
- Created: 2020-05-19T07:23:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:19:39.000Z (over 3 years ago)
- Last Synced: 2026-01-28T19:01:16.699Z (5 months ago)
- Language: TypeScript
- Size: 4.9 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 98
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Static Web Apps
This repository contains apps that can be used with as a starting point for some MS Learn Modules. because everyone has their own preference for their JavaScript frameworks/library, you can choose which one you prefer.
The Shop at Home theme is used throughout the app. View it live at .
## Contents
The apps written in the following JavaScript frameworks/libraries:
| folder | Description |
| --------------- | ------------------------------------------------------------------------------------- |
| **angular-app** | [Sample Angular app](https://github.com/johnpapa/b20/blob/master/angular-app) |
| **api-starter** | [Sample Azure Functions app](https://github.com/johnpapa/b20/blob/master/api-starter) |
| **react-app** | [Sample React app](https://github.com/johnpapa/b20/blob/master/react-app) |
| **svelte-app** | [Sample Svelte app](https://github.com/johnpapa/b20/blob/master/svelte-app) |
| **vue-app** | [Sample Vue app](https://github.com/johnpapa/b20/blob/master/vue-app) |
## Problems or Suggestions
[Open an issue here](https://github.com/johnpapa/b20/issues)
## Resources
### Azure Static Web Apps
- Learn how to [Publish an Angular, React, Svelte, or Vue JavaScript app and API with Azure Static Web Apps](https://docs.microsoft.com/learn/modules/publish-app-service-static-web-app-api?wt.mc_id=staticwebapp-github-jopapa)
- [API support in Azure Static Web Apps](https://docs.microsoft.com/azure/static-web-apps/apis?wt.mc_id=staticwebapp-github-jopapa)
- [Add an API to Azure Static Web Apps](https://docs.microsoft.com/azure/static-web-apps/add-api?wt.mc_id=staticwebapp-github-jopapa)
- [Authentication and authorization](https://docs.microsoft.com/azure/static-web-apps/authentication-authorization?wt.mc_id=staticwebapp-github-jopapa)
- [Routes](https://docs.microsoft.com/azure/static-web-apps/routes?wt.mc_id=staticwebapp-github-jopapa)
- [Review pre-production environments](https://docs.microsoft.com/azure/static-web-apps/review-publish-pull-requests?wt.mc_id=staticwebapp-github-jopapa)
- [Azure Free Trial](https://azure.microsoft.com/free/?wt.mc_id=staticwebapp-github-jopapa)