Skip to content

Latest commit

 

History

History
executable file
·
11 lines (6 loc) · 325 Bytes

README.md

File metadata and controls

executable file
·
11 lines (6 loc) · 325 Bytes

TSOA starter

A typescript starter project for a tsoa driven api.

Uses jest for testing, winston and morgan for logging.

Run npm run dev for development.

Run npm run build then npm run start for production.

Coverage, testing and linting npm scripts also exist for development.