techgems / Vite.NET

A sample of how to integrate Vite, HMR and Razor Pages for a more integrated experience.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started : Vite Dev Server Not Found

rosdi opened this issue · comments

I am following along the Getting Started guide in the documentation, but I am getting Vite Dev Server Not Found.

I just followed exactly as shown in the guide, in the screenshot below I show the command executed by Visual Studio when I run the project as reference.

image

Ok, this is because the port is set to 5178 instead of the default 5173. I think for getting started we should just use the default port.

image