Awesome
<p align="center"> <img src="https://github.com/lucasbento/react-relay-pokemon/raw/master/content/logo.png"> </p> <h1 align="center">React Relay Pokémon</h1> <p align="center"> Use React & Relay as your Pokedex!<br /> <a href="https://react-relay-pokemon.now.sh/">See the live demo</a> </p>This is a project built to be used with GraphQL Pokémon
Check out the GraphiQL interface 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
yarn
yarn run build # The files will be available on ./dist
Development
yarn
yarn run start
Disclaimer
This was built as part of a talk on Relay & GraphQL at @ReactSP meetup, check us out, we build cool stuff. ;)