Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 344 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 344 Bytes

TypeScriptHapiApp

This is a TypeScript Hapi App example with a transpile target of ES2015 (ES6).

Install Steps

  1. Install Node Packages
    • npm install
  2. Install TypeScript definition files
    • tsd install
  3. Transpile TypeScript to JavaScript
    • tsc
  4. Run Tests
    • npm test
  5. Run Hapi App
    • npm start or node runner.js