Open Source communication platform for Chat,Audio & Video connects through Web, Mobile and Tablets
# change directory to your app
$ cd mConnect
# Install all dependencies
$ npm install
#Install pm2 and gulp
$ npm install pm2 gulp -g
#Generate Build
$ npm run build
# start the server
$ npm start