yorek / FantasticApp

The FastasticApp demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Fantastic App v0.1

The fanatastic App UI

This is the well known “File | New Project | Blazor Web App” (Weather / Counter) but enabled with a database backend via GraphQL (DAB) using Blazor Interactive Auto mode (instead of standard hardcoded const string data

Instructions

To set up a local development environment

To use this repo, run... (once microsoft/go-sqlcmd#319 is merged)

winget install sqlcmd
sqlcmd create mssql --use https://github.com/stuartpa/DabBlazorSamplePages.git --add-on dab --open vscode

And press F5 in Visual Studio Code. This will build the application and launch the web browser.

To deploy to Azure

sqlcmd deploy --target Azure

To deploy to Microsoft Fabric

sqlcmd deploy --target Fabric

About

The FastasticApp demo

License:MIT License


Languages

Language:CSS 36.7%Language:HTML 31.0%Language:TSQL 19.1%Language:C# 12.5%Language:Batchfile 0.6%