The server script is in the root directory, just hit node server.js
to start the node server for the sockets. Also there is a test route http://localhost:port/testconnection
to test the connection between the client and the server socket
npm install
npm run serve
npm run build
npm run lint