Svelte Pokemon is a simple API based app which can show Pokemon list and search for a Pokemon.
This example ideal for beginners and will help to understand the basic concepts in
Svelte
.
For developing and make changes to this project, you need to install Nodejs, Svelt JavaScript Framework.
Fork the repository or download the project to a local machine. Then run yarn install
for dependency setup ( from the root directory).
Now let's start the development server and modify:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Learn Svelte Programming - from scratch
- @devmnj - Idea & Initial work
- Hat tip to anyone whose code was used
- Inspiration
- References