Express.js and Typescript minimal starter kit Clone this repo # Clone this repository $ git clone https://github.com/koative/express-typescript-starter # Go into the repository $ cd express-typescript-starter Project setup npm install Compiles and hot-reloads for development npm run dev Compiles and minifies for production npm run build