Helpful Resources

Webflow:

Learn Webflow in 16 Minutes: https://youtu.be/vvyPj5bTcgQ

Webflow for Beginners: https://youtu.be/Omz_ae1J4C8

Blazor Videos: Collection of Blazor Tutorials -

https://www.youtube.com/watch?v=9BhbGbTsyeE&list=PLdo4fOcmZ0oUJCA3DCzKT79Oe3kdKEceX

Deploy Blazor app to Azure with SignalR (you'll need this so that your app can have > 6 concurrent users) -

https://www.youtube.com/watch?v=qe9qANk8Ecw&list=WL&index=22&t=183s

Blazor Articles: Blazor Server vs WASM -

https://devblogs.microsoft.com/dotnet/blazor-server-in-net-core-3-0-scenarios-and-performance/

Blazor Tutorials from Microsoft:

https://docs.microsoft.com/en-us/learn/paths/build-web-apps-with-blazor/

An in-depth blazor tutorial where you build an app for taking orders for a pizza shop (This uses WASM but most of the info applies to Server too):

https://github.com/dotnet-presentations/blazor-workshop

Blazor University (A great reference source but a little confusing sometimes):

https://blazor-university.com/

Getting webflow’s .js file to behave nicely with Blazor