Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 413 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 413 Bytes

Svelte + D3 in Vite Starter

This template should help get you started developing with Svelte + D3 in Vite.

Run

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

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

// install the dependencies
npm i

// start the development server
npm run dev