Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 294 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 294 Bytes

moximo

RTC

Before you begin

  • NodeJS
  • MongoDB
  • Bower $ npm install -g bower
  • Grunt $ npm install -g grunt grunt-cli

How to install

$ npm install $ bower install (or bower --allow-root install)

How to run

$ node app $ grunt

How to use PM2

$ npm install -g pm2 $ pm2 start app.js