Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/douglasduteil/dummy-angular-es6kbro
Dummy angular project to test Angular 1.3.x and es6 (w. es6ify)
https://github.com/douglasduteil/dummy-angular-es6kbro
Last synced: 25 days ago
JSON representation
Dummy angular project to test Angular 1.3.x and es6 (w. es6ify)
- Host: GitHub
- URL: https://github.com/douglasduteil/dummy-angular-es6kbro
- Owner: douglasduteil
- Created: 2014-10-30T02:37:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T15:27:29.000Z (almost 7 years ago)
- Last Synced: 2024-08-29T18:38:22.230Z (4 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dummy angular es6kbro
> Dummy angular project to test Angular 1.3.x and es6
### Dev Dependencies
```js
{
"angular-mocks": "^1.3.0",
"assert": "angular/assert#dist",
"browserify": "^6.2.0",
"es6ify": "^1.5.1",
"karma": "^0.12.24",
"karma-bro": "^0.9.0",
"karma-chrome-launcher": "^0.1.5",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"watchify": "^2.1.0"
}
```### Initial setup
```bash
npm install -g karma-cli
npm install
```### Running the tests
```bash
karma start
```