This is a app for exercise Graphql and Apollo Client.

Getting Started

First, Develop Apps:

  1. clone the repo
git clone: https://github.com/rwndy/exercise-graphql-nextjs.git
  1. install packages
yarn 
  1. Start this App:
yarn dev -p 3000 or you can change 3000 with another port
  1. Environment
NEXT_PUBLIC_URL=https://rickandmortyapi.com/graphql/

this app build with

  • NextJS
  • chakra-ui
  • Graphql and Apollo Client