git clone ...
npm install
npm start
// Deployed to http://localhost:8080/
git push master
// This will trigger a travis build which (upon success) will deploy to Azure.
// Deployed to http://compass-prototypes.azurewebsites.net
npm install -g npm-check-updates
ncu -u
npm install --save-dev {package}
npm install --save-dev @types/{package}