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
- Host: GitHub
- URL: https://github.com/hacklone/git-hub-explorer
- Owner: Hacklone
- Created: 2017-01-09T02:53:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T02:14:19.000Z (over 9 years ago)
- Last Synced: 2025-01-25T15:32:26.214Z (over 1 year ago)
- Language: TypeScript
- Size: 10.7 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.