waterline_scaffold Install prerequisites node & npm (tested with node v4 and npm v3.3.4 on Ubuntu 15.04 x64) Run: npm install -g tsd typescript cd to directory you've cloned this repo into Run: npm install Run: tsd install Compile+run app tsc --sourcemap --module commonjs db.ts && npm start