Skip to content

radenadri/react-pokedex

Repository files navigation

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

Releases

No releases published

Packages

No packages published