From 432754d248555875a1260013c4ddd3d203be1f93 Mon Sep 17 00:00:00 2001 From: Craig Shoemaker Date: Fri, 6 Aug 2021 16:09:28 +0000 Subject: [PATCH] chore: move files to src folder --- index.html => src/index.html | 0 src/readme.md | 6 ++++++ styles.css => src/styles.css | 0 3 files changed, 6 insertions(+) rename index.html => src/index.html (100%) create mode 100644 src/readme.md rename styles.css => src/styles.css (100%) diff --git a/index.html b/src/index.html similarity index 100% rename from index.html rename to src/index.html diff --git a/src/readme.md b/src/readme.md new file mode 100644 index 0000000..5fbd0eb --- /dev/null +++ b/src/readme.md @@ -0,0 +1,6 @@ +# Vanilla API App + + +[Azure Static Web Apps](https://docs.microsoft.com/azure/static-web-apps/overview) allows you to easily build Javascript apps in minutes. Use this repo with the [Add an API to Static Web Apps with Azure Functions](https://docs.microsoft.com/azure/static-web-apps/add-api?tabs=vanilla-javascript) article to build and customize a new static site. + +This repo is used as a starter for a _very basic_ web application with an API. diff --git a/styles.css b/src/styles.css similarity index 100% rename from styles.css rename to src/styles.css