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

https://github.com/houdinigraphql/example-react-pokedex


https://github.com/houdinigraphql/example-react-pokedex

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Houdini Example: React Pokédex

This repo contains a React port of the Pokédex created in the [Getting Started guide](https://houdinigraphql.com/intro).

## Local Development

To run this project locally: clone it, install the depedencies, and run the `dev` command

```bash
npm i && npm run dev
```