Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielepicco/hacker-news-rich
Hacker News Mirror Reader with preview image and description + login, comments and submit in the original HN (credentials are only saved locally, they are never sent to any server)
https://github.com/gabrielepicco/hacker-news-rich
Last synced: 12 days ago
JSON representation
Hacker News Mirror Reader with preview image and description + login, comments and submit in the original HN (credentials are only saved locally, they are never sent to any server)
- Host: GitHub
- URL: https://github.com/gabrielepicco/hacker-news-rich
- Owner: GabrielePicco
- Created: 2019-02-04T13:27:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T16:35:21.000Z (over 1 year ago)
- Last Synced: 2024-10-26T23:47:06.610Z (25 days ago)
- Language: CSS
- Homepage: https://www.hacker-news.news
- Size: 8.38 MB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/787b9161-54ba-4604-8f4e-b84852d9bad3/deploy-status)](https://app.netlify.com/sites/hacker-news-rich/deploys)
# Hackernews![Hacker News header](https://miro.medium.com/max/1400/1*dVvWbWD0byNdKjPyTGbePA.png)
Hacker News Mirror Reader with preview image and description + login, comments and submit in the original HN
[hacker-news.news](https://www.hacker-news.news)
Tutorial for the realization of the main components of the project:
[Creating and hosting an HackerNews mirror on Netlify for free](https://medium.com/@PiccoGabriele/creating-and-hosting-an-hackernews-mirror-on-netlify-for-free-2b06e12cf77d)## 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.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).