flowbite-svelte-admin-dashboard

April 21, 2025 ยท View on GitHub

Installation

# create a new project in my-app
# install tailwindcss
npx sv create my-app
cd my-app
pnpm i -D flowbite-svelte-admin-dashboard
# it's a good idea to update all dependencies
pnpm update
# run the server
pnpm dev