Express TS Starter Description This is a starter project for Express with Typescript. It includes a basic setup for a REST API. Installation npm install Running the app npm start Development npm run dev