Simple TypeScript-based Express.js application template
To install the application, do the following after cloning the repository:
$ npm installTo build the application:
$ npm run buildAnd to run the server:
$ npm run serverTo check the codestyle (lint), do the following:
$ npm run lint