Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzhudson/pokedex
https://github.com/lzhudson/pokedex
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lzhudson/pokedex
- Owner: lzhudson
- Created: 2020-03-02T11:33:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:49:05.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T10:00:41.130Z (8 months ago)
- Language: JavaScript
- Size: 2.13 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: readme.md
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)