You can find complete documentation for Immuto's libraries here.
git clone https://github.com/immuto-inc/webapp_template
cd webapp_template
npm install
node app.js
View in browser at localhost:8001
EMAIL and PASSWORD env variables correspond to your org admin credentials.
You may easily deploy to Heroku with the included Procfile.