• 3 min

tutorialcsharpjavascriptweb development
Creating a Modern SPA with C# and Vite
Creating an app with .NET alongside a vite powered frontend
"There aren't many modern tutorials online on how to get this stack going. Hopefully this provides value to someone out there. I'll explain every step along the way. Lets go! 😉 Backend Setup Let's scaffold our .NET app. dotnet new webapi -n MyApp Adding cors (optional)..."