/svelte-pokedex

A Pokédex powered by SvelteKit and the PokeAPI.

Primary LanguageSvelte

SvelteKit Pokédex

A Pokédex powered by SvelteKit and the PokeAPI. https://svelte-pokedex-for-fun.vercel.app/


Install

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

NPM Scripts

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/

Credits

Based on the Svelte Crash Course by James Q Quick.