Skip to content

leotabosa/pokelist

Repository files navigation

Pokelist

This small project objective is to show all generations and details of each generation from the Pokemon series. The API used for this project was PokeAPI.

Project setup

Requirements

This project requires you to have installed in your machine:

  • Node (v12.22.1 or up)
  • Yarn (Optional, you can also use npm, but this doc will use Yarn.)

Install dependencies

yarn install

Run dev server: compiles and hot-reloads for development

yarn dev

Run build: Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Testing

Run unit tests

yarn test:unit

Run unit tests with coverage report

yarn test:unit:ci