Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 432 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 432 Bytes

Hacker-news-graphql

An implementation of the hacker news based on the graphql hub schemas found here: https://github.com/clayallsopp/graphqlhub#readme

Project setup

#install
yarn install

# Compiles and hot-reloads for development
yarn run serve

# Compiles and minifies for production
yarn run build

# Run tests
yarn run test

# Lint and fix files
yarn run lint