This is the sample of React apps consuming the Pokedex API and showing all the pokemons including the filter capabilities.
Clone this repository and execute the command.
NPM
npm install
npm run devYarn
yarn
yarn devIf you need to build for production purpose.
NPM
npm run buildYarn
yarn build