This application is a Laravel starter-kit that provides a quick boilerplate to use React (+SSR), TypeScript, and TailwindCSS on Laravel.
- Laravel v11
- React v18
- Inertia.js v1.0 (for React SSR)
- TypeScript v5
- Vite v4
- TailwindCSS v3
- Tailwind Forms
- Tailwind Typography
- Headless UI
To get started, clone the repository
git clone git@github.com:aliharis/laravel-starter-kit.git
In the project diectory, install the dependencies
composer install
yarn
Run the project
php artisan serve
yarn dev