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

https://github.com/hacklone/git-hub-explorer

Explore GitHub
https://github.com/hacklone/git-hub-explorer

Last synced: 3 months ago
JSON representation

Explore GitHub

Awesome Lists containing this project

README

          

# GitHubExplorer
This project helps developers explore GitHub.

> This project has only been tested in Chrome browser!

## [Visit GitHub Explorer](https://hacklone.github.io/git-hub-explorer/)

## Developer notes

### Development server
Run `npm run start` for a dev server. Navigate to `http://localhost:4200/`.
The app will automatically reload if you change any of the source files.

### Lint
Run `npm run lint`.

### Build for production
Run `npm run build`.

### Build for production with AOT
Run `npm run build-aot`.

### Running unit tests
Run `npm run test` to execute the unit tests.

### Prepare end-to-end tests
Run `npm run pree2e`.

### Running end-to-end tests
Run `npm run e2e` to execute the end-to-end tests.
Before running the tests make sure you are serving the app via `npm run start`.