Skip to content

calvinchankf/graphql-hacker-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Hacker News with GraphQL

Start Server

$ cd server
$ yarn start

Start Web

$ cd client
$ yarn start

Features

  • backend
    • basic backend graphQL interface of hacker news
  • frontend
    • read
    • search
    • load more
    • infinite scroll
    • style

Screenshots