https://github.com/qeesung/my-angular
my personal angular js repo
https://github.com/qeesung/my-angular
Last synced: 9 months ago
JSON representation
my personal angular js repo
- Host: GitHub
- URL: https://github.com/qeesung/my-angular
- Owner: qeesung
- Created: 2016-08-02T12:49:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T08:34:35.000Z (about 9 years ago)
- Last Synced: 2025-02-12T06:38:28.732Z (11 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/qeesung/my-angular)
# my-angular
this is my personal angular js repo
# Lint
Run the following command to perform a static check
```
gulp lint
```
a directory named 'lint-reporter' would be created, and static check reports would be in the directory
# Test
Run the following command to carry out unit tests
```
npm test
```
or
```
karma start
```
a directory named 'coverage' would be created, and coverage reports would be in the directory