Skip to content

Latest commit

 

History

History

map-zoom

Map-zoom

Project preview

Run

// clone the git repository to your local system
// optional: fork this repository before cloning
git clone https://github.com/higsch/svelte-d3-training.git

// go into the new directory
cd svelte-d3-training

// goto example project
cd map-zoom

// install the dependencies
npm i

// start the development server
npm run dev