This project is a skeleton express server using typescript.
Created with express-generator-typescript then trimmed down packages and sample files to the bare minimum, while keeping some useful libraries (eg. logging)
Run the server in development mode.
Run all unit-tests with hot-reloading.
Run a single unit-test.
Run all unit-tests without hot-reloading.
Check for linting errors.
Build the project for production.
Run the production build (Must be built first).
Run production build with a different env file.