https://github.com/dzsquared/swa-from-scratch
https://github.com/dzsquared/swa-from-scratch
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dzsquared/swa-from-scratch
- Owner: dzsquared
- Created: 2023-03-20T23:01:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T16:41:56.000Z (about 3 years ago)
- Last Synced: 2024-12-27T17:20:28.018Z (over 1 year ago)
- Language: C#
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swa-from-scratch
select devcontainer for azure functions .net 6 (in-process)
add nodejs (select option for 18)
npm install -g @azure/static-web-apps-cli
create folders api and app folders at the root
move to api folder
func init --worker-runtime dotnet
func new --template HttpTrigger --name HelloWorld
*if you hit issues with AzureWebJobsStorage, check out Azurite*
to get rid of red squigglies, run dotnet restore in api folder