kevinshen56714 / SkyOffice

Immersive virtual office built with Phaser, React, Redux, PeerJS, and Colyseus.
https://sky-office.co/
MIT License
930 stars 289 forks source link

Front end not responding #39

Closed swaticolab closed 2 years ago

swaticolab commented 2 years ago

HI,

The project looks great. When I try to start the server using "npm run start" , I do not see any screen launching.. image

It is just stuck at this screen.

kevinshen56714 commented 2 years ago

Thanks for trying out SkyOffice. That is because you also need to start a client instance. Go to the client folder, and do npm install and npm run start

swaticolab commented 2 years ago

Thanks @kevinshen56714. It worked. My mistake.