Skip to content

themesberg/flowbite-svelte-admin-dashboard

Repository files navigation

flowbite-svelte-admin-dashboard

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