Skip to content

damaera/pokpok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokPok 🐡

Live demo: https://pokpok.vercel.app

My pokemon list created with

  • React with create-react-app
  • Typescript
  • Apollo client

Requirement

  • NodeJS 12+
  • yarn

Install

npm install
# or
yarn

Start

npm run start
# or
yarn start