Options
All
  • Public
  • Public/Protected
  • All
Menu

TypeScript Demo

typescript-demo

TypeScript Demo 0.0.1

Written in TypeScript.

Building

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

Additional typings

node_modules/.bin/typings install gulp-typedoc --ambient --save

Generated using TypeDoc