This project has been created to test out svelte, tailwind and progressive web app development. The pokemon api has been used to show data. The api can be located at api
First off, the images won't be displayed if not downloaded.
You could use the .php script provided in the root of the project.
If that does not suit you, then download them otherwise through the
URL in the script. All of the images are supposed to be in static/resources/pokemon/
Then run the following command to quickly serve the app:
npm run dev
Or by building it as production ready:
npm run build
npm run preview
Afterwards the app can be seen at app