Download and install nvm if you already do not have it installed
https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
source ~/.bashrc
nvm install iojs
npm install
NOTE Default port is 10100
Assumes iojs to be the default environment. If you want to run in node, change npm start
script in package.json
from node /bin/www
to node --harmony /bin/www
Use io.js
nvm use iojs
npm run dev-build
npm start
npm run prod