/pokedex-slash-graphql

Pokédex React app implemented with a Slash GraphQL backend

Primary LanguageJavaScript

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