This full-stack dashboard template is built with React for the frontend, Vite for fast development, Laravel for the API backend, and styled using Tailwind CSS. This template is designed to be responsive, customizable, and easy to extend. It provides a simple layout structure for quickly building a dashboard application with all the necessary features.
git clone https://github.com/aminagr/react-laravel-dashboard-template.git
cd react-laravel-dashboard-template
cd dashboard-frontend
npm install
npm run dev
cd dashboard-backend
composer install
php artisan serve
Feel free to fork this repository, open issues, or submit pull requests. Contributions are always welcome!
This project is licensed under the MIT License - see the LICENSE file for details.