This repository contains server side code using TypeScript
language
To run server locally, just install dependencies and run gulp
task to create a build:
$ npm install
$ gulp build
$ npm start
The socket.io
server will be running on port 4000
For development could be used this command:
$ npm run dev