A simple curioisity project to test the Svelte framework. It utilises the PokeAPI to get data from the Pokemon API. As it is a simple project, it is not optimised for performance, nor following best practices and is not feature complete. Feel free to use it as a learning project. Or raise issues to teach me more about best practices!
Run the dev server with
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Before creating a production version of this app, install an adapter for your target environment. Then:
npm run build
You can preview the built app with
npm run preview
, regardless of whether you installed an adapter. This should not be used to serve your app in production.
This project is not designed for production use