Very easy to use and set up Express app created to ease the process of starting a new (TypeScript + node JS) project.
To start a dev server type npm run dev
To build your app type npm run build
To lint your code type npm run lint
To lint and fix your code type npm run fix
To run your tests type npm run test
To start your app in production type npm run start