Set of the Leaflet components for Svelte
Note that you will need to have Node.js installed
Create a new project based on sveltejs/template
npx degit sveltejs/template svelte-app
cd svelte-app
npm install
Clone repo svelte-leaflet
git clone https://github.com/OriginalSin/svelte-leaflet
Then explore the example
cd svelte-leaflet/example
npm install
npm run dev
Navigate to localhost:5000