https://github.com/houdinigraphql/example-react-pokedex
https://github.com/houdinigraphql/example-react-pokedex
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/houdinigraphql/example-react-pokedex
- Owner: HoudiniGraphql
- Created: 2023-03-27T07:00:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T20:50:45.000Z (about 2 years ago)
- Last Synced: 2024-04-14T02:43:12.136Z (about 1 year ago)
- Language: JavaScript
- Size: 171 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```