Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

agustinusnathaniel/poke-app

Repository files navigation

poke-app

poke-app

Live App Here

Pokemon app bootstrapped using sozonome/nextchakra-starter template. Data fetched from graphql-pokeapi using Apollo Client.

Getting Started

To run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/pages/index.js. The page auto-updates as you edit the file.

References