Skip to content

Latest commit

 

History

History

svelte-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Flowmap.gl example with Svelte JS

This example shows how Flowmap.gl can be used in a Svelte app.

Usage

To run this example, you need a Mapbox token. Rename .env.example into .env and add your Mapbox token there.

npm i
npm run dev

To build a production version:

npm run build