Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 762 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 762 Bytes

Next GraphQL Blog

A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.

The idea behind this app was that I wanted to learn all basic and advanced concepts when it comes to GraphQL together with Next js/React. This resulted in a great app that can fit very well as a boilerplate and as a inpiration source for upcoming projects.

Live at: https://next-graphql.now.sh

Preview: Blog

Run the app locally:

*server

yarn install
yarn dev

*client

yarn install
yarn dev

Visit http://localhost:3000

Remeber to include a .env file with variables