# Contoso Frontend Client # # This is a pure frontend application that runs in the browser. # No Python dependencies are required. # # To serve the files locally for development, you can use: # # Python 3: # python -m http.server 8080 # # Python 2: # python -m SimpleHTTPServer 8080 # # Node.js: # npx http-server -p 8080 # # Or deploy to any static hosting service like: # - Netlify # - Vercel # - GitHub Pages # - AWS S3 # - Azure Static Web Apps