Basic Typescript template for node-express app
Inspired by Microsoft's TypeScript-Node-Starter
npm start - Starts server in production mode
npm run build - Compiles typescript code to javascript
npm run dev - Starts server in development mode
Before running this command make sure you have already comiled typescript code with npm run build