cuongdevjs / 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.

Home Page:https://next-graphql.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

πŸ–Š 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.

https://next-graphql.now.sh

License:MIT License


Languages

Language:JavaScript 67.9%Language:CSS 32.1%