To run server locally, just install dependencies and run gulp task to create a build:
$ cd server
$ yarn install
$ yarn start
The socket.io server will be running on port 8099
Open other command line window and run following commands:
$ cd client
$ yarn install
$ ng serve -o