I just want a starter with Express and Typescript support, so here we are
Clone the project
git clone https://github.com/Craaftx/express-typescript-starter
Go to the project directory
cd express-typescript-starter
Install dependencies
npm install
Start the server
npm run start
Build the project before use it in production usage
npm build