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
- Host: GitHub
- URL: https://github.com/thawkin3/pokedex-slash-graphql
- Owner: thawkin3
- Created: 2020-08-07T17:39:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T21:44:51.000Z (over 5 years ago)
- Last Synced: 2025-04-14T01:37:18.623Z (about 1 year ago)
- Topics: apollo, apollo-client, dgraph, graphql, javascript, material-ui, react, slash-graphql
- Language: JavaScript
- Homepage: http://tylerhawkins.info/pokedex-slash-graphql/build/
- Size: 1.97 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)