Basic configuration for a NodeJs + TypeScript project
This project provides a simple scaffold for node applications with typescript. It includes an example controller, DI implementation and router.
It does not even contain a persistence layer. It's the simplest configuration you'll ever see.
npm install
npm run dev
npm run tsc
npm run prod