Azure Static Web Apps starter

Plain HTML, CSS, and JavaScript.

This scaffold keeps browser files in /public, protects /app/ with GitHub authentication, and leaves /api ready for Azure Functions later.

Authentication Status

Checking sign-in status...

State
Loading...
Provider
Loading...
GitHub user
Loading...

Project Layout

  • Put browser-facing pages, CSS, JavaScript, and images in /public.
  • Keep future Azure Functions in /api.
  • After this scaffold is committed, move the existing static site into /public.