Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gokulkrishh/React-hacker-news

🔑 Hacker News site using React.js (fully responsive site)
https://github.com/gokulkrishh/React-hacker-news

Last synced: about 2 months ago
JSON representation

🔑 Hacker News site using React.js (fully responsive site)

Awesome Lists containing this project

README

        

# React hacker news

Hacker News site using React.js with minimalistic material design.

*Framework and Libraries*

- React.js with ES6
- React-Router for routing
- jQuery for ajax

*Build tools*

- Gulp with babel transpiler to convert ES6 to ES5 Javascript
- Browserify to use node module in the browser (check my gulpFile)

### Work in progress (reply threads)

## [Demo](http://gokulkrishh.github.io/demo/hacker-news/)

![React-hacker-news](https://github.com/gokulkrishh/React-hacker-news/raw/master/app/images/screenshot.png "React hacker news")

## Installation

```
cd into
```

```
npm install
```

### Finally

```
gulp
```