https://github.com/19eb/svelte-dashboard
Admin dashboard made with Svelte, TailwindCSS and Flowbite
https://github.com/19eb/svelte-dashboard
Last synced: 11 months ago
JSON representation
Admin dashboard made with Svelte, TailwindCSS and Flowbite
- Host: GitHub
- URL: https://github.com/19eb/svelte-dashboard
- Owner: 19EB
- License: mit
- Created: 2023-01-19T06:40:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T09:10:30.000Z (about 2 years ago)
- Last Synced: 2025-04-07T15:54:39.043Z (about 1 year ago)
- Language: Svelte
- Homepage:
- Size: 85.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dashboard built using Svelte, Tailwind and Flowbite
Some components are directly from flowbite-svelte documentation just as filler content
## Preview

## Setup
Clone the project to your local machine
```bash
git clone https://github.com/19EB/svelte-dashboard
```
## Running the project
Once you've cloned the project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
```
## Testing
After running the application, head over to the url below and see if everything is functioning as it should
```bash
http://127.0.0.1:5173/
```