Skip to content

theWhiteFox/Pokedex

Repository files navigation

Pokédex: Vite + React + TS + GraphQL

Netlify Status

  • node -v v16.17.0
  • yarn -v 1.15.2
  • yarn create vite -- select react-ts
  • yarn
  • yarn add graphql graphql-tag
  • yarn add @apollo/react-hooks
  • yarn add react-jss
  • yarn add react-router-dom
  • yarn add @mui/material @emotion/react @emotion/styled
  • yarn add @mui/icons-material
  • yarn add @types/react @types/react-dom
  • yarn add -D jest @types/jest
  • yarn add -D eslint
  • npx eslint --init
  • npx install-peerdeps --dev eslint-config-airbnb
  • yarn add -D eslint-config-airbnb-typescript
  • yarn add -D prettier eslint-config-prettier eslint-plugin-prettier
  • yarn add -D vitest
  • yarn add --dev @testing-library/react
  • yarn add --dev @testing-library/jest-dom
  • yarn dev

Ref