Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 331 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 331 Bytes

ts-server

TypeScript Express Server

This is a simple server to help quickly develop out APIs in TypeScript.

The architecture follows this pattern:

src/
 -/modules
  -/Main
    controller.ts
    index.ts
    routes.ts
    service.ts

scripts

Build the app: gulp scripts

Build and start the server: npm start