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

https://github.com/thawkin3/pokedex-slash-graphql

Pokédex React app implemented with a Slash GraphQL backend
https://github.com/thawkin3/pokedex-slash-graphql

apollo apollo-client dgraph graphql javascript material-ui react slash-graphql

Last synced: 9 months ago
JSON representation

Pokédex React app implemented with a Slash GraphQL backend

Awesome Lists containing this project

README

          

# Pokédex with Slash GraphQL

Pokédex React app implemented with a Slash GraphQL backend.

Demo app: http://tylerhawkins.info/pokedex-slash-graphql/build/

Article tutorial: https://levelup.gitconnected.com/how-to-build-a-pokédex-react-app-with-a-slash-graphql-backend-ccc8c650d29b?sk=532567df8e39797bbc63bafbb98a1a9a

## Scripts for Local Development

- `yarn build`: Builds the production app
- `yarn eject`: Ejects the app from using React Scripts
- `yarn format`: Formats the code using Prettier
- `yarn format-watch`: Runs Prettier in watch mode
- `yarn start`: Starts the development server on port 3000
- `yarn test`: Runs the tests

## Resources

- [React](https://reactjs.org/)
- [GraphQL](https://graphql.org/)
- [Slash GraphQL](https://dgraph.io/graphql/b)
- [Apollo Client](https://www.apollographql.com/docs/react/)
- [Material-UI](https://material-ui.com/)
- [create-react-app](https://github.com/facebook/create-react-app)