This web application was built using Svelte, TailwindCSS, and the PokeAPI
The Pokédex will only be featuring the 151 Pokémon of the Kanto Region
npm init svelte@next my-app
cd my-app
npm install
npm run dev -- --open
git clone https://github.com/darrenjamesso/Svelte-Pokedex.git
cd Svelte-Pokedex
npm install
npm run build
npm run preview
npm run dev