FruitBankHybridApp/FruitBankHybrid.Web.Client/README.md

19 lines
616 B
Markdown

# FruitBankHybrid.Web.Client
Blazor WebAssembly client running in the browser after server prerendering. .NET 10.0.
## Folder Structure
| Folder | Purpose |
|---|---|
| [`Services/`](Services/README.md) | WASM-specific: FormFactor, credential storage, console logging |
## Key Files (Root)
- **`Program.cs`** — WASM startup, DI registration.
- **`_Imports.razor`** — Global imports.
---
> **LLM Maintenance:** If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.