express-api-typescript An express api template with typescript, tslint and swagger. Getting started Prerequisites Node.js: download and install Usage Install dependencies: npm install Start the server: npm start The swagger page is located at http://localhost:5050/swagger by default.