/tsuidashboard

This is a simple dashboard template to use with TallStackUI.

Primary LanguageBladeMIT LicenseMIT

Dashboard Template to TallStackUI

This is a simple dashboard template to use with TallStackUI. This template is based on the Sakai template from PrimeFaces.

Installation

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 file for details.