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