项目作者: sanaro99

项目描述 :
Hacker News in a Newspaper style UI developed using ReactJS and Hacker News API
高级语言: JavaScript
项目地址: git://github.com/sanaro99/HackerNewspaper.git
创建时间: 2020-05-13T13:59:12Z
项目社区:https://github.com/sanaro99/HackerNewspaper

开源协议:

下载


Hacker News

Hacker News with newspaper UI developed using ReactJS and Hacker News API

hackernews_bigscreen.png

As viewed on a big screen device

hackernews_smallscreen.png

As viewed on a small screen device

Clone the repo

  1. $ git clone https://github.com/sanaro99/HackerNewspaper.git

Navigate to app folder

  1. $ cd HackerNewspaper/hackernews

Download packages and its dependencies

Get npm

  1. $ npm install

Fix any download errors

  1. $ npm audit fix --force

Start the app

  1. $ npm start