A Pokédex powered by SvelteKit and the PokeAPI. https://svelte-pokedex-for-fun.vercel.app/
Clone the repository:
git clone https://github.com/gregrickaby/svelte-pokedex.git
Change directories and install dependencies:
cd svelte-pokedex && npm i --legacy-peer-deps
Kick-off a local dev server:
npm run dev
Format the codebase:
npm run format
Lint the codebase:
npm run lint
Build the codebase:
npm run build
Preview a build:
npm run start
Learn more at https://kit.svelte.dev/
Based on the Svelte Crash Course by James Q Quick.