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

https://github.com/andrefelipe18/tsuidashboard

This is a simple dashboard template to use with TallStackUI.
https://github.com/andrefelipe18/tsuidashboard

dashboard laravel tallstack tallstackui template

Last synced: 6 months ago
JSON representation

This is a simple dashboard template to use with TallStackUI.

Awesome Lists containing this project

README

          

# Dashboard Template to TallStackUI

This is a simple dashboard template to use with TallStackUI.
This template is based on the Sakai template from [PrimeFaces](https://www.primefaces.org/blog/sakai-by-primereact-free-admin-template-for-nextjs/).

## Installation

```bash
git clone https://github.com/andrefelipe18/tsuidashboard.git tsuidashboard
cd tsuidashboard

# Install dependencies
bun install # or npm install
composer install

# Run the project
bun run dev # or npm run dev to build the frontend

php artisan serve # to run the backend
```

# License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.