https://github.com/bnaya/karma-typescript-test
https://github.com/bnaya/karma-typescript-test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bnaya/karma-typescript-test
- Owner: Bnaya
- Created: 2017-03-16T14:52:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T14:49:30.000Z (about 8 years ago)
- Last Synced: 2025-01-04T03:29:08.916Z (5 months ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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 ./```