SvelteKit
GitHub

About this app

This is just a learning project. Here we use svelte kit to implement google maps with geojson file.

My intention here is to know the working flow of Svelte & Google-Map, along with Wikipedia API for showing more details about a clicked location, in Sweden.

You can make your own 'Svelte Project' by typing the following into your command line and following the prompts:

npm create svelte@latest

The page you're looking at is purely static HTML, with no client-side interactivity. Because of that, we don't need to load any JavaScript. Try viewing the page's source, or opening the devtools network panel and reloading.

Find more about Svelte at SvelteKit