A React & Redux based Hacker News application using the public Hacker News API. Supports infinite scrolling and offline caching.
Install node modules and fire up a server.
$npm install
$npm start
Open http://localhost:9000 to view it in the browser.
$npm run dev
A webpack dev server instance is created. Open http://localhost:3000 to view it in the browser.
Execute the test suite (Jest).
$npm run test