Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucasbento/react-relay-pokemon

Use React & Relay as your Pokedex!
https://github.com/lucasbento/react-relay-pokemon

graphql graphql-pokemon pokedex pokemon react relay webpack

Last synced: 16 days ago
JSON representation

Use React & Relay as your Pokedex!

Awesome Lists containing this project

README

        



React Relay Pokémon



Use React & Relay as your Pokedex!

See the live demo

### This is a project built to be used with [GraphQL Pokémon](https://github.com/lucasbento/graphql-pokemon)

> Check out the [GraphiQL interface](https://graphql-pokemon.now.sh/) too!

## Running

> Copy `.env.example` file to create `.env` and `.env.local` which will be, respectively, the environment variables for production and local-running.

### Production

```sh
yarn
yarn run build # The files will be available on ./dist
```

### Development

```sh
yarn
yarn run start
```

## Disclaimer

This was built as part of a talk on Relay & GraphQL at [@ReactSP](https://meetup.com/pt-BR/ReactJS-SP) meetup, check us out, we build cool stuff. ;)