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
- Host: GitHub
- URL: https://github.com/jsdf/hacker-news-mobile
- Owner: jsdf
- Created: 2015-01-20T17:57:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-10T16:35:56.000Z (over 9 years ago)
- Last Synced: 2024-04-09T22:09:04.353Z (about 2 years ago)
- Language: JavaScript
- Homepage: http://hackernewsmobile.com
- Size: 65.4 KB
- Stars: 28
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

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