Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 519 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 519 Bytes

reapp Hacker News App

This is a demo app built on reapp, for reading HackerNews. We've spent time optimizing it and working around a variety of bugs in hybrid apps which we'll be documenting in short order.

How to run this app

# Install reapp globally
npm install -g reapp

# Get the code
git clone git@github.com:reapp/hacker-news-app.git
cd hacker-news-app

# Download NPM modules
npm install

# Print reapp version, then start the server.  Default is http://localhost:3010
reapp run -V
reapp run -d