screenshot-to-code
screenshot-to-code copied to clipboard
frontend not opening.
I launched the frontend part using yarn dev command, but it shows nothing to me.
That is very strange. Can you try 127.0.0.1:5173?
I have also encountered the above problem and am unable to open the front-end page. Is there any solution?
npm run dev also doesn't work and 127.0.0.1:5173 shows me the same not found page.
Can you share the logs from your terminal?
Is it not supported to deploy to the server?
How to modify the port number of the front-end
I think you can do vite --port xxxx https://stackoverflow.com/questions/71763113/how-to-change-vite-application-port
Closing due to inactivity.