This is a app for exercise Graphql and Apollo Client.
First, Develop Apps:
- clone the repo
git clone: https://github.com/rwndy/exercise-graphql-nextjs.git
- install packages
yarn
- Start this App:
yarn dev -p 3000 or you can change 3000 with another port
- Environment
NEXT_PUBLIC_URL=https://rickandmortyapi.com/graphql/
this app build with
- NextJS
- chakra-ui
- Graphql and Apollo Client