Boilerplate for Svelte + SvelteKit + Skeleton + TailWindCSS + ChartJs, demonstrating web app routing, charting and data visualization via ChartJs
Source code for medium article SvelteKit + Skeleton + ChartJs - a boilerplate for advanced charting and data visualization - describing step-by-step how to create this boilerplate.
Demo: https://sveltekit-skeleton-chartjs.vercel.app
Clone the project > install the dependencies > start it
> cd sveltekit-skeleton-chartjs
# with yarn
> yarn
> yarn dev --open
# with npm
> npm install
> npm run dev -- --open