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

https://github.com/adamisntdead/hackr-news

📰 A Hacker News Front Page clone in React
https://github.com/adamisntdead/hackr-news

hacker-news react react-hn sample tutorial

Last synced: 10 months ago
JSON representation

📰 A Hacker News Front Page clone in React

Awesome Lists containing this project

README

          

![Hackr News.](https://github.com/adamisntdead/Hackr-News/raw/master/media/Readme-Logo.png)

> A Hacker News Clone, Built with help from [React Hn](https://github.com/mking/react-hn) and _create-react-app_

----------------

Running live here: [hackr-news.surge.sh](https://hackr-news.surge.sh)

![Hackr News.](https://github.com/adamisntdead/Hackr-News/raw/master/media/Site-Screenshot.png)

----------------

# Installation

1. Clone the repo
2. Install npm modules
3. Start

```bash
$ git clone https://github.com/adamisntdead/Hackr-News.git
$ cd hackr-news
$ yarn
$ npm start
```