Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/douglasduteil/dummy-angular-es6kjspm
https://github.com/douglasduteil/dummy-angular-es6kjspm
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/douglasduteil/dummy-angular-es6kjspm
- Owner: douglasduteil
- Created: 2014-10-30T20:15:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T15:27:29.000Z (almost 7 years ago)
- Last Synced: 2024-04-13T16:16:25.604Z (9 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```