Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.29 KB

File metadata and controls

44 lines (25 loc) · 1.29 KB

Slides and code from Desert Code Camp 2019

This project was created to provide the slides and the code for my presestions at the Desert Code Campe 2019.

by David Gallivan

Why

Blazor is a new and exciting new SPA framework that allows me to build interactive web applications using C# that runs in the browser. Blazor allows me to use my existing skills with a single tool set to build highly interactive web app.

Getting Started

  1. Clone this repository

    git clone https://github.com/CodingWithDavid/BlazorDesertCodeCamp2019
    cd BlazorDesertCodeCamp2019
  2. Open in Visual Studio or Visual Code a. With Visual Code you will need to install the C# extensions

  3. Press F5

What's in the App

There are several sampels that we went over during the code camp.

Problems or Suggestions

Open an issue here

Thank You

Resources