Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lzhudson/pokedex


https://github.com/lzhudson/pokedex

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Pokedex
![Pokedex](https://vignette.wikia.nocookie.net/pokepediabr/images/3/38/Pok%C3%A9dex_Kanto.png/revision/latest/scale-to-width-down/340?cb=20131224014121&path-prefix=pt-br)

Projeto simples consumindo a API [pokeapi.co](https://pokeapi.co/).

## Rodando o Projeto

- Primeiro instale as dependências:

```shell

yarn install

```

- Em seguida, para rodar o projeto em modo de desenvolvimento:

```shell

yarn dev

```

Depois acesse o endereço:

[https://localhost:8080](https://localhost:8080)

- Ou para rodar em modo de produção:

```shell

yarn build

```

Depois acesse o endereço:

[https://localhost:8080](https://localhost:8080)