endel / LD35

Entry for Ludum Dare 35 Game Jam. Theme: Shapeshift (Colyseus 0.3.x)
http://ludumdare.com/compo/ludum-dare-35/?action=preview&uid=50958
13 stars 4 forks source link

Cannot GET / #3

Closed ghost closed 6 years ago

ghost commented 6 years ago

I really love this game so I want to play only with my friends, but even after I do 'npm install' in client and server folder, then I open server with 'node index.js' in server folder, localhost:3553 just say 'Cannot GET /' How can I solve this problem? thanks :)

endel commented 6 years ago

Hey @test007007007,

You should run npm install and npm run dev on both client and server directories. The URL you should access is the one from client directory.