Hello.
Im trying o start the server app and it doesn't work.
I'm doing "npm install" inside server folder.
Then i put the db credentials in config.js.
Then I try to do "node app.js" and nothing happends ("it should console.log the wsp status").
I tried to debug where app.js is getting stuck and it seems that when ws.js is included the app freezes.
Is there something i did wrong or is there another step? (algo ws.js is encrypted so i can't debug it)
Thanks