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
- Host: GitHub
- URL: https://github.com/gorango/github-browser
- Owner: gorango
- Created: 2017-02-19T18:38:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T20:46:52.000Z (almost 9 years ago)
- Last Synced: 2025-01-16T16:22:45.616Z (11 months ago)
- Topics: angularjs, app, github-api
- Language: JavaScript
- Size: 210 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.