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

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/qeesung/my-angular.svg?branch=master)](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