An interactive Pokedex built with React js using the Pokéapi and data scraped from Bulbapedia
Live site: https://pokedex.digital
First, be sure to install the dependencies
yarn install
Then start a dev server on localhost:3000
yarn start
yarn build
This will write a production build to the build
folder.