A simple framework for using express in typescript.
Allows you to build object-oriented express applications with typescript. Use decorators to structure routes and middleware in your constructor classes.
Based on experimental decorators and metadata. Built with Typescript, node.js, jest, and express.
For a fully implemented module please see ts.ed
fork this repository.
npm install
npm run test
npm run start