/poke-store

Primary LanguageJavaScriptMIT LicenseMIT

Pokémon Store

Repository created to store the source code of the challenge using the GraphQL Pokémon API and React.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

To install the dependencies in your development environment run

> npm install

Run Tests

To run the tests of project

> npm run test

and code quality tests developed using ESLint and Prettier

> npm run lint

Development Mode

To run the project in development mode in your environment, run

> npm start
> open http://localhost:3000/

Stack