ottomated / turtle-gambit

[OLD] code to connect to minecraft turtles
242 stars 65 forks source link

Control panel error #16

Open Micah-Gober opened 3 years ago

Micah-Gober commented 3 years ago

When i run it chrome opens saying localhost refused to connect

LeightonSmallshire commented 3 years ago

There are two processes you need; start the server in /frontend first, then the main server. The backend code will open a browser window for you, but will fail if the frontend isn't running

Beduzzimov commented 3 years ago

There are two processes you need; start the server in /frontend first, then the main server. The backend code will open a browser window for you, but will fail if the frontend isn't running

I'm having the same problem, only thing is that the server in /frontend is already started, but the browser seems to be unable to connetct.

Quick Edit: looks like I was missing @types/react, installed with npm install --save @types/react