kevinshen56714/SkyOffice

Front end not responding

swaticolab opened this issue · 2 comments

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.

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

Thanks @kevinshen56714. It worked. My mistake.