Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 775 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 775 Bytes

svelte-leaflet

Set of the Leaflet components for Svelte

View the demo

Installation

Note that you will need to have Node.js installed

Quick start with new project

Create a new project based on sveltejs/template

npx degit sveltejs/template svelte-app
cd svelte-app
npm install

Get started with an example

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