Repository created to store the source code of the challenge using the GraphQL Pokémon API and React.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To install the dependencies in your development environment run
> npm install
To run the tests of project
> npm run test
and code quality tests developed using ESLint and Prettier
> npm run lint
To run the project in development mode in your environment, run
> npm start
> open http://localhost:3000/