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.
- Host: GitHub
- URL: https://github.com/andrefelipe18/tsuidashboard
- Owner: andrefelipe18
- License: mit
- Created: 2024-09-22T16:48:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-23T14:17:26.000Z (over 1 year ago)
- Last Synced: 2025-09-01T15:45:23.444Z (7 months ago)
- Topics: dashboard, laravel, tallstack, tallstackui, template
- Language: Blade
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.