Skip to content

thawkin3/pokedex-slash-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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