Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 516 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 516 Bytes

React Hacker News

A react application that uses the official Hacker News API to show the newest 100 news of the site.

Stack

  • ReactJS
  • Redux
  • React Router
  • Axios
  • Bootstrap
  • SCSS

Setup

  1. Clone this repo and go to the cloned folder.
$> git clone https://github.com/cvine21/react-hacker-news.git && cd react-hacker-news
  1. Install all the dependencies
$> yarn install
  1. Run the application
$> yarn start