Skip to content

Toptall/Next-GraphQL-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published