Express TypeScript Starter A quick starter package for express + typescript project. It was created for educational purpose. Used Technologies: Nodejs Express TypeScript apicache Jasmine Helmet Custom Logger Instructions Install npm install Run Server (Build & Start) npm start Development (Auto-Reload) npm run dev Testing npm run test