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

https://github.com/gorango/github-browser

ES6 Angular 1.5 - demo using ui-router + GitHub API
https://github.com/gorango/github-browser

angularjs app github-api

Last synced: 18 days ago
JSON representation

ES6 Angular 1.5 - demo using ui-router + GitHub API

Awesome Lists containing this project

README

          

> Simple GitHub API browser demo built with Angular 1.5 using ES6.

## Build Setup

``` bash
# install dependencies
yarn # or npm i

# serve with hot reload at localhost:3000
yarn run dev

# build for production with minification and autoprefix
yarn run build

# run tests
yarn test
```

## Test Coverage

> 100% of the code base is covered by unit tests: https://gorango.github.io/github-browser/.

Executing `yarn test` creates a `./coverage` folder with the same results.