This is a TypeScript Hapi App example with a transpile target of ES2015 (ES6).
- Install Node Packages
- npm install
- Install TypeScript definition files
- tsd install
- Transpile TypeScript to JavaScript
- tsc
- Run Tests
- npm test
- Run Hapi App
- npm start or node runner.js