TypeScript 2 + Express + Node.js + mocha

This is a repository to go with my article on creating an Express web application using TypeScript 2.

mocha is used to Unit Test.

Install

Install the node packages via:

$ npm install

And then run the grunt task to compile the TypeScript:

$ npm run grunt

Starting

To start the server run:

$ npm start

Unit Test

$ npm test

Reference

http://brianflove.com/2016/11/08/typescript-2-express-node/

Call C# dll