/pokedex

Interactive Pokédex powered by React.js

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

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.