Install typescript and tslint globally, if you haven't aready.
npm install -g typescript tslint
Local dependencies:
npm install
Compile TypeScript to JavaScript.
tsc
Run the application.
node dist/app.js