Express Typescript Template

How to run

Run on local:

npm i
npm run start-ts

Run on other enviroments:

npm run build
npm run start-{env}

You can also run with:

NODE_ENV={env} npm run start