This repository contains a starter template for setting up a web application using Laravel, Vue.js, and Tailwind CSS.
- Laravel 11.x
- Vue.js 3.x
- Tailwind CSS 3.x
- PHP >= 8.2
- Composer
- Node.js & npm
- Git
-
Clone the repository:
git clone https://github.com/giauphan/laravel-vue-tailwind
cd laravel-vue-tailwind
composer install
npm install
npm run dev
php artisan key:generate
php artisan migrate
php artisan serve
Access your application
Open your web browser and navigate to http://localhost:8000.
Deployment
To deploy your application, you can use various hosting platforms such as:
Ensure that you set up appropriate deployment scripts and configurations for your chosen platform.
Contributing
Contributions are welcome! Feel free to submit issues and pull requests.
License
This project is open-sourced software licensed under the MIT license.