This is a repository to go with my article on creating an Express web application using TypeScript 2.
Install the node packages via:
$ npm install
And then run the grunt task to compile the TypeScript:
$ npm run grunt
To start the server run:
$ npm start