Skip to content

Latest commit

 

History

History

components

Components

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 components

// install the dependencies
npm i

// start the development server
npm run dev