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

https://github.com/tb/ng2-jspm-karma-example

Angular 2 + JSPM + Karma + TypeScript example
https://github.com/tb/ng2-jspm-karma-example

Last synced: over 1 year ago
JSON representation

Angular 2 + JSPM + Karma + TypeScript example

Awesome Lists containing this project

README

          

# First time setup

npm install -g jspm@beta
npm install

# Running

npm start
npm test

# TODO

Fix `npm test`:

Chrome 43.0.2357 (Mac OS X 10.10.3) ERROR
Uncaught TypeError: baseURL should only be configured once and must be configured first.
at /Users/tb/projects/angular2/Hit-the-gym2/jspm_packages/system.js:4

# Credits

Based on [Angular2 + JSPM cheat sheet](https://gist.github.com/robwormald/429e01c6d802767441ec)