my-chart

My Chart

Interactive chart built in Svelte + TypeScript

My chart

This project is built with Svelte and TypeScript in Vite.

Set up

Clone the repo & install dependencies:

cd my-chart
pnpm install

Development mode

After installing node dependencies with pnpm, you can run project on http://localhost:5173/:

pnpm dev

# or start the server and open the app in a new browser tab
pnpm dev -- --open

Building for Production

To create locally a production version of your app:

pnpm build

Clean and start fresh

To start fresh we can clean up any build caches and artifacts:

pnpm clean

VS Code + Svelte.

Top categories

Loading Svelte Themes