Laravel and React.js monolithic architecture starter kit.
- Vite
- React.js / TypeScript
- Laravel (API)
- Monolithic architecture
1. Clone project
git clone https://github.com/eliseekn/laravel-sanctum-starter-kit.git project-name
2. Install packages dependencies
cd ./project-name
composer install
yarn
3. Setup database
php artisan migrate --seed
yarn dev
php artisan serve
yarn build
The MIT License (MIT). Please see License File for more information.
You can find a demo project here.