theWhiteFox / Pokedex

Home Page:https://thewhitefox-pokedex.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://thewhitefox-pokedex.netlify.app/


Languages

Language:TypeScript 90.8%Language:HTML 4.0%Language:CSS 3.0%Language:JavaScript 2.2%