Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkevinb/cloudera-github
Search Github repos
https://github.com/gkevinb/cloudera-github
angular angular-cli
Last synced: about 2 months ago
JSON representation
Search Github repos
- Host: GitHub
- URL: https://github.com/gkevinb/cloudera-github
- Owner: gkevinb
- Created: 2019-08-08T14:00:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:32:56.000Z (about 2 years ago)
- Last Synced: 2023-03-07T10:33:02.518Z (almost 2 years ago)
- Topics: angular, angular-cli
- Language: TypeScript
- Homepage: https://gaborkevinbarta.com/cloudera-github/
- Size: 10.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClouderaGithub
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0.
To run the application, use the `ng server` command that will start the dev server, where you can see the app running. Type in the repo you are looking for in the search bar and press 'Enter'. This will display all repos on Github.com that match the name you searched for. Click on a repo to display its open issues on the right.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Build production version for Github Pages
```
ng build --base-href /cloudera-github/
```Then copy content of `dist` folder into project root folder.
Access site using following URL: [https://gkevinb.github.io/cloudera-github/cloudera-github/](https://gkevinb.github.io/cloudera-github/cloudera-github/)