An open API service indexing awesome lists of open source software.

https://github.com/bnaya/karma-typescript-test


https://github.com/bnaya/karma-typescript-test

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

#Karma TypeScript Example

This example uses no module bundling mechanism, only internal modules (namespaces) with TS compiler references.

## Install Dependencies

```npm install```

```typings install```

## Run Tests

```npm test```

## Build TypeScript

```tsc -p ./```