A convenient place to grab TypeScript source code files.
This project uses the Gulp task runner. Even though it is installed locally, you will also need to install the Gulp CLI globally:
$ npm install --global gulp-cli
It is recommended that you use gulp build
, because it performs all operations:
cleaning, linting, unit tests, compiling.
$ gulp build