Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/douglasduteil/dummy-angular-es6kjspm


https://github.com/douglasduteil/dummy-angular-es6kjspm

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Dummy angular es6kjspm

> Dummy angular project to test Angular 1.3.x and es6 with jspm on Karma

### Dev Dependencies

```js
{
"rtts-assert": "angular/assert#dist",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-jasmine": "^0.1.5",
"karma-jspm": "^1.0.1",
"karma-traceur-preprocessor": "^0.4.0"
}
```

### Initial setup

```bash
npm install -g karma-cli jspm
npm install
jspm install
```

### Running the tests
```bash
karma start
```