Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/lucasbento/react-relay-pokemon
- Owner: lucasbento
- Created: 2016-10-16T17:27:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T07:26:34.000Z (almost 7 years ago)
- Last Synced: 2024-10-18T09:19:43.538Z (26 days ago)
- Topics: graphql, graphql-pokemon, pokedex, pokemon, react, relay, webpack
- Language: JavaScript
- Homepage: https://react-relay-pokemon.now.sh/
- Size: 135 KB
- Stars: 86
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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. ;)