Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 418 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 418 Bytes

Pokedex with React

This is the sample of React apps consuming the Pokedex API and showing all the pokemons including the filter capabilities.

Installation

Clone this repository and execute the command.

NPM

npm install
npm run dev

Yarn

yarn
yarn dev

If you need to build for production purpose.

NPM

npm run build

Yarn

yarn build