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
- Host: GitHub
- URL: https://github.com/tb/ng2-jspm-karma-example
- Owner: tb
- Created: 2015-06-23T21:50:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-05T06:04:47.000Z (almost 11 years ago)
- Last Synced: 2025-02-09T17:18:01.398Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)