https://github.com/simonaco/motivation
https://github.com/simonaco/motivation
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonaco/motivation
- Owner: simonaco
- Created: 2020-05-21T12:49:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T05:01:52.000Z (about 5 years ago)
- Last Synced: 2025-10-10T16:12:52.787Z (9 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :sunglasses: Azure SWAG demo
This is a simple barebone demo for [Azure SWAG](https://docs.microsoft.com/azure/static-web-apps?WT.mc_id=build2020_swa-github-yolasors) (**S**tatic **W**eb **A**pps on **G**itHub).
You can use it as a template for your own apps.
It includes a website using HTML + JavaScript and an example Node.js API.
See it live [here](https://aka.ms/swag-demo).
Click on **Use this template** on GitHub, then click on the button below to deploy your own (for free):
[](https://portal.azure.com/?feature.customportal=false&WT.mc_id=build2020_swa-blog-yolasors#create/Microsoft.StaticApp)
## What's Azure *SWAG*?
TL;DR:
> It's an all-inclusive hosting service for web apps with serverless APIs built using JavaScript, based on continuous deployment from a GitHub repository.
For the longer version with the deployment instructions, [see this full length article](https://dev.to/sinedied/the-easy-way-to-serverless-web-apps-and-apis-with-azure-swag-2heb).
You can also take a look at [the official docs](https://docs.microsoft.com/azure/static-web-apps?WT.mc_id=build2020_swa-github-yolasors).