svelte-pokemon Svelte Themes

Svelte Pokemon

Svelte Pokemon Demo

This is a demo Svelte app to show Pokemon information from the PokéAPI site.

Get Started

Once you've cloned the project run the following to get started:

npm install

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

The app is set up with an adapter for a static site. Just run the following command:

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.

Deployment

The app is being automatically deployed each time a commit happens on the master branch to Netlify.

Top categories

Loading Svelte Themes