An open API service indexing awesome lists of open source software.

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

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
![Preview of the dashboard](https://i.imgur.com/6vC1JmM.png)

## 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/
```