Skip to content

tien/pokedex

Repository files navigation

Pokedex

An interactive Pokedex built with React js using the Pokéapi and data scraped from Bulbapedia

Live site: https://pokedex.digital

🚧 Development server

First, be sure to install the dependencies

yarn install

Then start a dev server on localhost:3000

yarn start

🏗 Building

yarn build

This will write a production build to the build folder.