TypeScript Demo 0.0.1
Written in TypeScript.
In order to build ensure that you have Git and Node.js installed.
Clone a copy of the repository:
git clone https://github.com/gregoranders/typescript-demo.git
Change to the typescript-demo directory:
cd typescript-demo
Run build:
npm install
Run tests:
npm test
Run:
npm run serve
node_modules/.bin/typings install gulp-typedoc --ambient --save
Generated using TypeDoc