Pokémon reactjs and graphql
- yarn create react-app pokemon-react-graphql
- yarn add @apollo/react-hooks
- yarn add apollo-boost
- yarn add graphql
- yarn add graphql-tag
- https://github.com/lucasbento/graphql-pokemon
- git clone https://github.com/lucasbento/graphql-pokemon.git
- cd graphql-pokemon
- yarn install
- yarn run watch # Using nodemon for auto-reloading
- API is deployed here locally >>>> http://localhost:5000
- pokemon-react-graphql> yarn start