Skip to content

SavitarIT/SavitarSystem

Repository files navigation

Savitar.Server has Swagger support now.

http://localhost:5001/swagger/index.html

Debugging

Put this in the server .csproj

<ItemGroup>
   <Watch Include="..\**\*.razor" />
   <Watch Include="..\**\*.scss" />
   <Watch Include="..\**\*.cs" />
 </ItemGroup>

Then run this from the command line in server root. *dotnet watch run debug

It's not as good as hot reloads, but Blazor is new - so hang in there. Hot reloads are coming...

Quick Access

  • Powershell: cd d:\Software\Savitar\Applications\SavitarSystem\Savitar.Web\Server; dotnet watch run debug;
  • Browser: http://savitar.local:5000/

If errors on live, add the following to the ... section in web.config. Errors will show up then. Remove once done.

To-Do

Handy links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published