AspNetSPA_SvelteKit
AspNetSPA_SvelteKit copied to clipboard
Example project on how to setup SvelteKit with ASP.NET Core SPA services.
Hi. When running this locally all is fine. But when I deploy to: https://topswagcode.dev/ it all seems to work, but if I try to enter from a subpage all buttons...
After following the blog post, I got this error when trying to run the example. After cloning the template, I got the same error. It can't find 'vite.cmd'. Microsoft.AspNetCore.SpaProxy.SpaProxyLaunchManager: Information:...
When I publish my app and do `dotnet .dll`, only the webapi gets started, and the frontend is not running. It works with just `dotnet run`