abi / screenshot-to-code

Drop in a screenshot and convert it to clean code (HTML/Tailwind/React/Vue)

Home Page:https://screenshottocode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Your backend is running correctly. Please open the front-end URL (default is http://localhost:5173) to use screenshot-to-code.

lbnlsj opened this issue · comments

My application running without error, but I can't open the front-end URL (http://localhost:5173) which remind me ERR_CONNECTION_REFUSED, but the other url can be visit. Thank you!
image
image
image

Can you try 127.0.0.1:5173?

I'm having the same issue. I run the app from WSL environment. The backend works but the frontend does not show anything (exact same error). I tried both localhost as well as 127.0.0.1

image

image

Are you running your front end? It needs to be run separately from your backend.

@abi you are right, I need to run frontend as well. The document structure makes it look like the part regarding frontend code part of the Anthropic section right above it and I was confused.

Thanks for the feedback. I'll update the docs.