Skip to content

pedroalves0/hacker-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hacker-news

A React & Redux based Hacker News application using the public Hacker News API. Supports infinite scrolling and offline caching.

Get Started

Install node modules and fire up a server.

$npm install
$npm start

Open http://localhost:9000 to view it in the browser.

Development

$npm run dev

A webpack dev server instance is created. Open http://localhost:3000 to view it in the browser.

Testing

Execute the test suite (Jest).

$npm run test

About

Hacker News - React & Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published