This project is built using SvelteKit, and displays Pokemon cards using data fetched from the PokéApi. You can search a list of Pokemon and pick one. The data for this Pokemon is then loaded and displayed in a Pokemon card.
To run the dev server, you can run:
npm run dev --open
The app should then be opened on localhost:5173/.
To create a production version of the app:
npm run build
You can preview the production build with npm run preview
, after which the production build should be available on localhost:4173/.