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 dev
Yarn
yarn
yarn dev
If you need to build for production purpose.
NPM
npm run build
Yarn
yarn build