Skip to content

thegeorgenikhil/hackernews-react-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackerNews Clone - GraphQL Frontend

This is a HackerNews clone built with React, Apollo, GraphQL. For the backend, see this repo.

Getting Started

  1. Clone this repo
git clone https://github.com/thegeorgenikhil/hackernews-apollo-graphql
  1. Install dependencies
cd hackernews-apollo-graphql
yarn
  1. Create a .env file in the root directory and add the following
REACT_APP_GRAPHQL_ENDPOINT=<your-graphql-endpoint-url>

if you are using the backend from the above repo, the endpoint would be http://localhost:8080/graphql

  1. Start the app
yarn start

About

React Apollo Frontend for HackerNews Clone Backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published