Skip to content

Greg-GB/TypeScriptHapiApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

TypeScript Hapi App in ES2015(ES6)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published