sveltekit-skeleton-chartjs

Sveltekit Skeleton Chartjs

code repository for Medium article "Svelte & SkeletonJS Web App boilerplate on Vercel with Supabase"

SVELTE-SKELETON-CHARTJS

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

Local setup

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

Top categories

Loading Svelte Themes