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

https://github.com/jsdf/hacker-news-mobile

Hacker News mobile web app built in 'Isomorphic' React
https://github.com/jsdf/hacker-news-mobile

Last synced: 8 months ago
JSON representation

Hacker News mobile web app built in 'Isomorphic' React

Awesome Lists containing this project

README

          

# hacker-news-mobile
Hacker News mobile-friendly web app.

Implemented as an ['isomorphic'](http://nerds.airbnb.com/isomorphic-javascript-future-web-apps/) React application. Uses
[hacker-news-mobile-api](https://github.com/jsdf/hacker-news-mobile-api)

![Hacker News Mobile](http://i.imgur.com/xnNjrbJ.png)

### getting started

```bash
cp config-defaults.json config.json
npm run build
npm run digest
npm start
```