This is a starter project to quickly get up and running with express js project using typescript.
git clone https://github.com/WebileApps/express-ts-starter.git
cd express-ts-starter
npm installOpen Visual Studio Code and Run (F5)
A sample router for users is provided by default and mounted at /users.
import * as usersRouter from "./users/router";
...
app.use('/users', usersRouter);npm i multi-file-swagger
multi-file-swagger -o yaml swagger.yaml > compiled-swagger.yaml