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
- Host: GitHub
- URL: https://github.com/adamisntdead/hackr-news
- Owner: adamisntdead
- Created: 2017-04-17T16:28:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T16:36:34.000Z (almost 9 years ago)
- Last Synced: 2025-02-05T23:24:47.185Z (about 1 year ago)
- Topics: hacker-news, react, react-hn, sample, tutorial
- Language: JavaScript
- Homepage: http://hackr-news.surge.sh
- Size: 1.73 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

> 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)

----------------
# 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
```