Skip to content

Instantly share code, notes, and snippets.

@samueleresca
Last active May 11, 2019 16:18
Show Gist options
  • Save samueleresca/1e021f2f5c734878422d09635c2a9e9c to your computer and use it in GitHub Desktop.
Save samueleresca/1e021f2f5c734878422d09635c2a9e9c to your computer and use it in GitHub Desktop.
.
├── App.razor
├── HandsOn.WebAssemblyUsingBlazor.csproj
├── Pages
│   ├── Counter.razor
│   ├── FetchData.razor
│   ├── Index.razor
│   └── _Imports.razor
├── Program.cs
├── Shared
│   ├── MainLayout.razor
│   ├── NavMenu.razor
│   └── SurveyPrompt.razor
├── Startup.cs
├── _Imports.razor
├── global.json
└── wwwroot
├── css
│   └── site.css
├── index.html
└── sample-data
└── weather.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment