$ git clone https://github.com/DineshSaravan/pokemon-library.git
Before attempting to use Pokemon Library locally make sure you have the following installed:
- Clone the Pokemon GraphQL api
$ git clone https://github.com/lucasbento/graphql-pokemon.git
yarn
yarn run build-app
yarn start
yarn
yarn run watch # Using nodemon for auto-reloading
or
vercel dev # npm i -g @now/cli
yarn install
yarn start
Made by Dinesh Sarvan