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
yarn build
: Builds the production appyarn eject
: Ejects the app from using React Scriptsyarn format
: Formats the code using Prettieryarn format-watch
: Runs Prettier in watch modeyarn start
: Starts the development server on port 3000yarn test
: Runs the tests